View source: R/SelfControlledCohort.R
| getDefaultExportManager | R Documentation |
Returns the default export manager class for writing csv file results
getDefaultExportManager(resultExportPath, databaseId)
resultExportPath |
Folder where result files are exported |
databaseId |
Unique identifier for database - required |
An instance of ResultModelManager::ResultExportManager configured for SelfControlledCohort results.
if (interactive()) {
exportManager <- getDefaultExportManager(
resultExportPath = tempdir(),
databaseId = "CCAE"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.