powered by
Downloads and returns the VIGITEL data dictionary containing variable descriptions, codes, and categories.
vigitel_dictionary(cache_dir = NULL, force = FALSE)
A tibble with variable dictionary.
Character. Directory for caching downloaded files. Default uses tools::R_user_dir("healthbR", "cache").
tools::R_user_dir("healthbR", "cache")
Logical. If TRUE, re-download even if file exists in cache. Default is FALSE.
if (FALSE) { # interactive() dict <- vigitel_dictionary(cache_dir = tempdir()) head(dict) }
Run the code above in your browser using DataLab