util_map_all | R Documentation |
Maps a certain label column from the metadata to the study data frame.
util_map_all(label_col = VAR_NAMES, study_data, meta_data)
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 |
list with slot df
with a study data frame with mapped column
names
Other mapping:
util_map_by_largest_prefix()
,
util_map_labels()
,
util_recode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.