R/dx.R
get_dictionaries.Rd
Extracts the dictionary files for a dataset id into current project
get_dictionaries(dataset_id = NULL)
side effect is downloading the data.dictionary.csv
, codings.csv
,
and entity.csv
file for the dataset.
if (FALSE) {
ds_id <- get_dataset_id()
get_dictionaries(ds_id)
}