Description Usage Arguments Details
View source: R/Characterization.R
Execute the Study
1 2 3 4 5 6 7 8 | createGeneralCharacterization(
connectionDetails,
cdmDatabaseSchema,
oracleTempSchema = NULL,
exportFolder,
databaseId,
cdmVersion = "5"
)
|
connectionDetails |
An object of type |
cdmDatabaseSchema |
Schema name where your patient-level data in OMOP CDM format resides. Note that for SQL Server, this should include both the database and schema name, for example 'cdm_data.dbo'. |
oracleTempSchema |
Should be used in Oracle to specify a schema where the user has write priviliges for storing temporary tables. |
exportFolder |
Name of local folder to place results; make sure to use forward slashes (/). Do not use a folder on a network drive since this greatly impacts performance. |
databaseId |
A short string for identifying the database (e.g. 'Synpuf'). |
cdmVersion |
Version of the Common Data Model used. Currently only version 5 is supported. |
This function executes the Study.
The createCohorts
, synthesizePositiveControls
, runAnalyses
, and runDiagnostics
arguments
are intended to be used to run parts of the full study at a time, but none of the parts are considerd to be optional.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.