View source: R/subset_surveys.R
| subset_survey_memory | R Documentation |
Subset surveys in memory
subset_survey_memory(
this_survey,
subset_vars,
subset_name = "subset",
export_path = NULL
)
subset_vars |
Character vector of variable names to retain. If 'NULL', all variables are retained. |
subset_name |
Character string appended to filenames of subsetted surveys. Defaults to '"subset"'. |
export_path |
Optional directory where subsetted surveys are saved as '.rds' files. If 'NULL', surveys are returned in memory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.