get_survey: Get a survey, either from its Zenodo repository, a set of files, or a survey variable
Description
Downloads survey data, or extracts them from files, and returns a clean data set.
Usage
get_survey(survey, quiet = FALSE, ...)
Arguments
survey
a DOI (see list_surveys), or a numerical id (corresponding to the numbers returned in the id column returned by list_surveys), or a character vector of file names, or a survey object (in which case only cleaning is done).
quiet
if TRUE, suppress messages
...
options for clean, which is called at the end of this