Skip to contents

Create a crosswalk table with the source variable names and variable labels.

Usage

is.crosswalk_table(ctable)

crosswalk_table_create(metadata)

Arguments

ctable

A table to validate if it is a crosswalk table.

metadata

A metadata table created by [metadata_create()].

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.