R/ExportCohortExplorerAppFiles.R
exportCohortExplorerAppFiles.Rd
Copy shiny app files.
exportCohortExplorerAppFiles(exportFolder)
The folder where the output will be exported to. If this folder does not exist it will be created.
Nothing is returned to the environment. The function creates the required files for the shiny application in the export folder.
if (FALSE) { exportCohortExplorerAppFiles( exportFolder = "output" ) }