Create a crosswalk table with the source variable names and variable labels.
Arguments
- metadata
A metadata table created by
metadata_create
.- ctable
A table to validate if it is a crosswalk table.
Value
A tibble with raw crosswalk table. It contains all harmonization tasks, but the target values need to be set by further manipulations.
Details
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.
See also
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()