exportToAres | R Documentation |
exportToAres
Exports Achilles statistics for ARES
exportToAres(
connectionDetails,
cdmDatabaseSchema,
resultsDatabaseSchema,
vocabDatabaseSchema,
outputPath,
reports = c()
)
connectionDetails |
An R object of type ConnectionDetail (details for the function that contains server info, database type, optionally username/password, port) |
cdmDatabaseSchema |
Name of the database schema that contains the OMOP CDM. |
resultsDatabaseSchema |
Name of the database schema that contains the Achilles analysis files. Default is cdmDatabaseSchema |
vocabDatabaseSchema |
string name of database schema that contains OMOP Vocabulary. Default is cdmDatabaseSchema. On SQL Server, this should specifiy both the database and the schema, so for example 'results.dbo'. |
outputPath |
A folder location to save the JSON files. Default is current working folder |
reports |
vector of reports to run, c() defaults to all reports See |
Creates export files
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.