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 = 2010, dataset = NULL, showProgress = TRUE, cache = 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 |
Value
Returns NULL
and opens .html or .pdf file on the browser
See Also
Other Census documentation:
interview_manual()
Examples
# Open data dictionary on browser
data_dictionary(year = 2010, dataset = 'population', showProgress = FALSE)
data_dictionary(year = 1980, dataset = 'households', showProgress = FALSE)
data_dictionary(year = 2010, dataset = 'tracts', showProgress = FALSE)