View source: R/harmonize_na_values.R
harmonize_na_values | R Documentation |
Harmonize na_values in haven_labelled_spss
harmonize_na_values(df)
df |
A data frame that contains haven_labelled_spss vectors. |
A tibble where the na_values are consistent
Other harmonization functions:
collect_val_labels()
,
crosswalk_surveys()
,
crosswalk_table_create()
,
harmonize_survey_values()
,
harmonize_values()
,
harmonize_var_names()
,
label_normalize()
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.