exportResults | R Documentation |
Outputs all results to a folder called 'export', and zips them.
exportResults(
indicationId = "class",
outputFolder,
databaseId,
databaseName,
databaseDescription,
runSections,
exportSettings = createExportSettings(),
minCellCount = 5,
maxCores
)
indicationId |
A string denoting the indicationId for which the results should be exported. |
outputFolder |
Name of local folder to place results; make sure to use forward slashes (/). Do not use a folder on a network drive since this greatly impacts performance. |
databaseId |
A short string for identifying the database (e.g. 'Synpuf'). |
databaseName |
The full name of the database. |
databaseDescription |
A short description (several sentences) of the database. |
runSections |
Run specific sections through CohortMethod |
exportSettings |
A list of options for exporting csv files; see 'createExportSettings()'. |
minCellCount |
The minimum cell count for fields contains person counts or fractions. |
maxCores |
How many parallel cores should be used? If more cores are made available this can speed up the analyses. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.