interview_manual {censobr} | R Documentation |
Interview manual of the data collection of Brazil's censuses
Description
Open on a browser the interview manual of the data collection of Brazil's censuses
Usage
interview_manual(
year = NULL,
showProgress = TRUE,
cache = TRUE,
verbose = TRUE
)
Arguments
year |
Numeric. Year of reference in the format |
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
Opens a .pdf
file on the browser
See Also
Other Census documentation:
data_dictionary()
Examples
# Open interview manual on the browser
interview_manual(
year = 2010,
showProgress = FALSE
)