| pull_survey | R Documentation |
Pull a survey by survey code or id.
pull_survey(survey_list, id = NULL, filename = NULL)
survey_list |
A list of surveys |
id |
The id of the requested survey. If |
filename |
The filename of the requested survey. |
A single survey identified by id or filename.
Other import functions:
harmonize_survey_variables(),
read_csv(),
read_dta(),
read_rds(),
read_spss(),
read_surveys()
examples_dir <- system.file("examples", package = "retroharmonize")
my_rds_files <- dir(examples_dir)[grepl(
".rds",
dir(examples_dir)
)]
example_surveys <- read_surveys(
file.path(examples_dir, my_rds_files)
)
pull_survey(example_surveys, id = "ZA5913")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.