R/CreateArgFunctions.R
createGetDbSccsDataArgs.Rd
Create a parameter object for the function getDbSccsData
DEPRECATED. Set customCovariateIds to non-null value to use custom cohorts.
DEPRECATED. Set nestingCohortId to non-null value to use a nesting cohort.
A cohort definition ID identifying the records in the nestingCohortTable to use as nesting cohort.
The minimum count for a covariate to appear in the data to be kept.
DEPRECATED. Use studyStartDates instead.
DEPRECATED. Use studyEndDates instead.
A character object specifying the minimum dates where data is used. Date format is 'yyyymmdd'. Use "" to indicate all time prior. See section for more information.
A character object specifying the maximum dates where data is used. Date format is 'yyyymmdd'. Use "" to indicate to the end of observation. See section for more information.
If there are more than this number of cases for a single outcome cases will be sampled to this size. maxCasesPerOutcome = 0 indicates no maximum size.
A list of identifiers to extract from the exposure table. If exposureTable = DRUG_ERA, exposureIds should be CONCEPT_ID. If exposureTable = "drug_era", exposureIds is used to select the drug_concept_id. If no exposure IDs are provided, all drugs or cohorts in the exposureTable are included as exposures.
A list of cohort definition IDs identifying the records in the customCovariateTable to use for building custom covariates.
Create an object defining the parameter values.