powered by
Returns the data dictionary with variable descriptions, labels, and coding information for VIGITEL surveys.
vigitel_dictionary(force_download = FALSE, cache_dir = NULL)
A tibble with variable metadata
Logical. If TRUE, re-download the dictionary.
Character. Optional custom cache directory. If NULL (default), uses the standard user cache directory. Use tempdir() for temporary storage that won't persist.
tempdir()
# \donttest{ # get the dictionary (uses tempdir to avoid leaving files) dict <- vigitel_dictionary(cache_dir = tempdir()) # view column names names(dict) # }
Run the code above in your browser using DataLab