Description Usage Arguments Details Value
View source: R/AgeCovariateCode.R
Extracts age covariates
1 2 3 4 5 6 7 8 9 10 11 | getAgeCovariateData(
connection,
oracleTempSchema = NULL,
cdmDatabaseSchema,
cdmVersion = "5",
cohortTable = "#cohort_person",
rowIdField = "row_id",
aggregated,
cohortId,
covariateSettings
)
|
connection |
The database connection |
oracleTempSchema |
The temp schema if using oracle |
cdmDatabaseSchema |
The schema of the OMOP CDM data |
cdmVersion |
version of the OMOP CDM data |
cohortTable |
the table name that contains the target population cohort |
rowIdField |
string representing the unique identifier in the target population cohort |
aggregated |
whether the covariate should be aggregated |
cohortId |
cohort id for the target population cohort |
covariateSettings |
settings for the covariate cohorts and time periods |
This extracts age mapped covariates
The models will now be in the package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.