varname_w_label {teal.modules.general} | R Documentation |
Generate a string for a variable including its label
Description
Generate a string for a variable including its label
Usage
varname_w_label(
var_names,
dataset,
wrap_width = 80,
prefix = NULL,
suffix = NULL
)
Arguments
var_names |
( |
dataset |
( |
wrap_width |
( |
prefix , suffix |
( |
Value
(character
) String with variable name and label.
[Package teal.modules.general version 0.3.0 Index]