data_dictionary {censobr} | R Documentation |
Data dictionary of Brazil's census data
Description
Open on a browser the data dictionary of Brazil's census data.
Usage
data_dictionary(
year,
dataset,
showProgress = TRUE,
cache = TRUE,
verbose = TRUE
)
Arguments
year |
Numeric. Year of reference in the format |
dataset |
Character. The dataset of data dictionary to be opened. Options
include |
showProgress |
Logical. Defaults to |
cache |
Logical. Whether the function should read the data cached
locally, which is much faster. Defaults to |
verbose |
A logical. Whether the function should print informative
messages. Defaults to |
Value
Returns NULL
and opens an .html, .pdf or excel file
See Also
Other Census documentation:
interview_manual()
Examples
# Open data dictionary
data_dictionary(year = 2010,
dataset = 'population',
showProgress = FALSE)
data_dictionary(year = 2022,
dataset = 'tracts',
showProgress = FALSE)
data_dictionary(year = 1980,
dataset = 'households',
showProgress = FALSE)