powered by
Returns a tibble with information about available variables in the VIGITEL dataset.
vigitel_variables(cache_dir = NULL, force = FALSE)
A tibble with variable information from the 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() vars <- vigitel_variables(cache_dir = tempdir()) head(vars) }
Run the code above in your browser using DataLab