Given a dataset id, builds a coding table to decode raw data

get_coding_table(ds_id, path = ".")

Arguments

ds_id
  • dataset id, with the format project-XXXXX:record-YYYY

path
  • path in current project

Value

data.frame of codings merged with data dictionary for dataset/ cohort

Examples

if (FALSE) {
ds_id <- find_dataset_id()
get_dictionaries(ds_id)
codings <- get_coding_table(ds_id)
head(codings)
}