get_survey {socialmixr} | R Documentation |
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, ...)
Arguments
survey |
a DOI or url to get the survey from, or a |
... |
options for |
Value
a survey in the correct format
Examples
## Not run:
list_surveys()
peru_survey <- get_survey("https://doi.org/10.5281/zenodo.1095664")
## End(Not run)
[Package socialmixr version 0.3.2 Index]