exportCohortExplorerAppFiles {CohortExplorer} | R Documentation |
Copy shiny app files
Description
Copy shiny app files.
Usage
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
## Not run:
exportCohortExplorerAppFiles(
exportFolder = "output"
)
## End(Not run)
[Package CohortExplorer version 0.1.0 Index]