Description Usage Arguments Value See Also Examples
View source: R/harmonize_na_values.R
Harmonize na_values in haven_labelled_spss
1 |
df |
A data frame that contains haven_labelled_spss vectors. |
A tibble where the na_values are consistent
Other harmonization functions:
collect_val_labels()
,
harmonize_values()
,
harmonize_var_names()
,
label_normalize()
,
suggest_permanent_names()
,
suggest_var_names()
1 2 3 4 5 6 7 8 9 10 | examples_dir <- system.file(
"examples", package = "retroharmonize"
)
test_read <- read_rds (
file.path(examples_dir, "ZA7576.rds"),
id = "ZA7576",
doi = "test_doi")
harmonize_na_values(test_read)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.