util_map_all {dataquieR}R Documentation

Maps label column metadata on study data variable names

Description

Maps a certain label column from the metadata to the study data frame.

Usage

util_map_all(label_col = VAR_NAMES, study_data, meta_data)

Arguments

label_col

the variable of the metadata that contains the variable names of the study data

study_data

the name of the data frame that contains the measurements

meta_data

the name of the data frame that contains metadata attributes of study data

Value

list with slot df with a study data frame with mapped column names

See Also

Other mapping: util_map_by_largest_prefix(), util_map_labels(), util_recode()


[Package dataquieR version 2.1.0 Index]