| getDbuseT2DM_TimeCovariateData | R Documentation | 
Auxiliar function to create Time from T2DM diagnosis status SQL implementation
getDbuseT2DM_TimeCovariateData(
  connection,
  oracleTempSchema = NULL,
  cdmDatabaseSchema,
  cohortTable = "#cohort_person",
  cohortId = -1,
  cdmVersion = "5",
  rowIdField = "subject_id",
  covariateSettings,
  aggregated = FALSE
)
| connection | A connection for a OMOP database via DatabaseConnector | 
| oracleTempSchema | Only for Oracle Database | 
| cdmDatabaseSchema | A name for OMOP schema | 
| cohortTable | A name of the result cohort | 
| cohortId | A Cohort number | 
| cdmVersion | CDM version | 
| rowIdField | Column with the subject identification | 
| covariateSettings | covariateSettings object generetad via FeatureExtraction | 
| aggregated | Logical value | 
Function to use with FeatureExtraction to build covariateData
#Not yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.