labels {junco} | R Documentation |
Adding Labels To Variables For Model
Description
Adding Labels To Variables For Model
Usage
h_is_specified(x, vars)
h_is_specified_and_in_data(x, vars, data)
h_check_and_get_label(x, vars, data)
h_labels(vars, data)
Arguments
x |
( |
vars |
( |
data |
( |
Functions
-
h_is_specified()
: checks if element invars
is notNULL
and not empty. -
h_is_specified_and_in_data()
: checks if element in vars is not NULL and exists in dataset. -
h_check_and_get_label()
: gets label for each element in vars. -
h_labels()
: returns the list of variables with labels.
[Package junco version 0.1.1 Index]