safe_set_variable_labels {REDCapTidieR}R Documentation

Safely set variable labels

Description

A utility function for setting labels of a tibble from a named vector while accounting for labels that may not be present in the data.

Usage

safe_set_variable_labels(data, labs)

Value

A tibble


[Package REDCapTidieR version 1.2.3 Index]