| crosswalk_table_create | R Documentation |
Create a crosswalk table with the source variable names and variable labels.
crosswalk_table_create(metadata)
is.crosswalk_table(ctable)
metadata |
A metadata table created by |
ctable |
A table to validate if it is a crosswalk table. |
The table contains a var_name_target and val_label_target column, but
these values need to be set by further manual or reproducible harmonization steps.
A tibble with raw crosswalk table. It contains all harmonization tasks, but the target values need to be set by further manipulations.
Other harmonization functions:
collect_val_labels(),
crosswalk_surveys(),
harmonize_na_values(),
harmonize_survey_values(),
harmonize_values(),
harmonize_var_names(),
label_normalize()
Other metadata functions:
create_codebook(),
metadata_create(),
metadata_survey_create()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.