View source: R/docs_interview_manual.R
interview_manual | R Documentation |
Open on a browser the interview manual of the data collection of Brazil's censuses
interview_manual(
year = NULL,
showProgress = TRUE,
cache = TRUE,
verbose = TRUE
)
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 |
Opens a .pdf
file on the browser
Other Census documentation:
data_dictionary()
# Open interview manual on the browser
interview_manual(
year = 2010,
showProgress = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.