exportToAres.Rd
exportToAres
Exports Achilles statistics for ARES
exportToAres(
connectionDetails,
cdmDatabaseSchema,
resultsDatabaseSchema,
vocabDatabaseSchema,
outputPath,
reports = c()
)
An R object of type ConnectionDetail (details for the function that contains server info, database type, optionally username/password, port)
Name of the database schema that contains the OMOP CDM.
Name of the database schema that contains the Achilles analysis files. Default is cdmDatabaseSchema
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'.
A folder location to save the JSON files. Default is current working folder
vector of reports to run, c() defaults to all reports
See showReportTypes
for a list of all report types
none
Creates export files