exportResults
exports the results to a csv file for upload to the Catalogue
1 2 3 4 5 6 7 | exportResultsToCSV(
connectionDetails,
resultsDatabaseSchema,
analysisIds = c(),
smallCellCount = 5,
exportFolder = "./output"
)
|
connectionDetails |
An R object of type |
resultsDatabaseSchema |
Fully qualified name of database schema that we can write final results to. Default is cdmDatabaseSchema. On SQL Server, this should specifiy both the database and the schema, so for example, on SQL Server, 'cdm_results.dbo'. |
analysisIds |
A vector containing the set of CatalogueExport analysisIds for which results will be generated. |
smallCellCount |
To avoid patient identifiability, cells with small counts (<= smallCellCount) are deleted. Set to NULL if you don't want any deletions. |
exportFolder |
Folder to export the results to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.