View source: R/collect_val_labels.R
collect_val_labels | R Documentation |
Collect labels from metadata file
collect_val_labels(metadata)
collect_na_labels(metadata)
metadata |
A metadata data frame created by
|
The unique valid labels or the user-defined missing
labels found in all the files analyzed in metadata
.
Other harmonization functions:
crosswalk_surveys()
,
crosswalk_table_create()
,
harmonize_na_values()
,
harmonize_survey_values()
,
harmonize_values()
,
harmonize_var_names()
,
label_normalize()
test_survey <- retroharmonize::read_rds (
file = system.file("examples", "ZA7576.rds",
package = "retroharmonize"),
id = "test"
)
example_metadata <- metadata_create (test_survey)
collect_val_labels (metadata = example_metadata )
collect_na_labels ( metadata = example_metadata )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.