exportResultsToCSV | R Documentation |
exportResultsToCSV
exports all results to a CSV file
exportResultsToCSV(
connectionDetails,
resultsDatabaseSchema,
analysisIds = c(),
minCellCount = 5,
exportFolder
)
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 |
(OPTIONAL) A vector containing the set of Achilles analysisIds for
which results will be generated. If not specified, all analyses will
be executed. Use |
minCellCount |
To avoid patient identification, cells with small counts (<= minCellCount) are deleted. Set to 0 for complete summary without small cell count restrictions. |
exportFolder |
Path to store results |
exportResultsToCSV
writes a CSV file with all results to the export folder.
No return value. Called to export CSV file to the file system.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.