Extracts the dictionary files for a dataset id into current project

get_dictionaries(dataset_id = NULL)

Arguments

dataset_id

Value

side effect is downloading the data.dictionary.csv, codings.csv, and entity.csv file for the dataset.

Examples

if (FALSE) {
ds_id <- get_dataset_id()
get_dictionaries(ds_id)
}