Learn R Programming

CohortExplorer (version 0.1.0)

exportCohortExplorerAppFiles: Copy shiny app files

Description

Copy shiny app files.

Usage

exportCohortExplorerAppFiles(exportFolder)

Value

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

Arguments

exportFolder

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

Examples

Run this code
if (FALSE) {
exportCohortExplorerAppFiles(
  exportFolder = "output"
)
}

Run the code above in your browser using DataLab