Description Usage Arguments Value See Also Examples
View source: R/collect_val_labels.R
Collect labels from metadata file
1 2 3 | 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:
harmonize_na_values()
,
harmonize_values()
,
harmonize_var_names()
,
label_normalize()
,
suggest_permanent_names()
,
suggest_var_names()
1 2 3 4 5 6 7 8 9 | 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.