Given a dataset id, builds a coding table to decode raw data
get_coding_table(ds_id, path = ".")
dataset id, with the format project-XXXXX:record-YYYY
path in current project
data.frame of codings merged with data dictionary for dataset/ cohort
if (FALSE) {
ds_id <- find_dataset_id()
get_dictionaries(ds_id)
codings <- get_coding_table(ds_id)
head(codings)
}