exportCohortExplorerAppFiles {CohortExplorer} | R Documentation |
Copy shiny app files.
exportCohortExplorerAppFiles(exportFolder)
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.
## Not run:
exportCohortExplorerAppFiles(
exportFolder = "output"
)
## End(Not run)