Summarise missing data in omop tables
Usage
summariseMissingData(
cdm,
omopTableName,
col = NULL,
sex = FALSE,
year = FALSE,
ageGroup = NULL,
sample = 1e+06,
dateRange = NULL
)
Arguments
- cdm
A cdm object
- omopTableName
A character vector of the names of the tables to summarise in the cdm object.
- col
A character vector of column names to check for missing values. If
NULL
, all columns in the specified tables are checked. Default isNULL
.- sex
TRUE or FALSE. If TRUE code use will be summarised by sex.
- year
TRUE or FALSE. If TRUE code use will be summarised by year.
- ageGroup
A list of ageGroup vectors of length two. Code use will be thus summarised by age groups.
- sample
An integer to sample the table to only that number of records. If NULL no sample is done.
- dateRange
A list containing the minimum and the maximum dates defining the time range within which the analysis is performed.