View source: R/metadata_create.R
| metadata_create | R Documentation |
Create a metadata table from several surveys
metadata_create(survey_list = NULL, survey_paths = NULL, .f = NULL)
metadata_waves_create(survey_list)
survey_list |
A list containing surveys of class survey. |
survey_paths |
Optional character vector of file paths to surveys. |
.f |
A function to import the surveys with. |
The form metadata_waves_create is deprecated.
Other metadata functions:
create_codebook(),
is.crosswalk_table(),
metadata_survey_create()
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))
metadata_create(example_surveys)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.