get_relabel_call {teal.transform} | R Documentation |
Create relabel call from named character
Description
Function creates relabel call from named character.
Usage
get_relabel_call(labels)
Arguments
labels |
(named |
Value
call
object with relabel step.
Examples
get_relabel_call(
labels = c(
x = as.name("ANL"),
AGE = "Age",
AVAL = "Continuous variable"
)
)
get_relabel_call(
labels = c(
AGE = "Age",
AVAL = "Continuous variable"
)
)
[Package teal.transform version 0.5.0 Index]