View source: R/docs_questionnaire.R
questionnaire | R Documentation |
Open on a browser the questionnaire used in the data collection of Brazil's censuses
questionnaire(
year = 2010,
type = NULL,
showProgress = TRUE,
cache = TRUE,
verbose = TRUE
)
year |
Numeric. Year of reference in the format |
type |
Character. The type of questionnaire used in the survey, whether
the |
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
library(censobr)
# Open questionnaire on browser
questionnaire(year = 2010, type = 'long', showProgress = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.