View source: R/get_merge_call.R
get_relabel_call | R Documentation |
Function creates relabel call from named character.
get_relabel_call(labels)
labels |
(named |
call
object with relabel step.
get_relabel_call(
labels = c(
x = as.name("ANL"),
AGE = "Age",
AVAL = "Continuous variable"
)
)
get_relabel_call(
labels = c(
AGE = "Age",
AVAL = "Continuous variable"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.