Copy shiny app files.

exportCohortExplorerAppFiles(exportFolder)

Arguments

exportFolder

The folder where the output will be exported to. If this folder does not exist it will be created.

Value

                      Nothing is returned to the environment. The function creates the
                               required files for the shiny application in the export folder.

Examples

if (FALSE) {
exportCohortExplorerAppFiles(
  exportFolder = "output"
)
}