mk.lev.var | R Documentation |
Export label and level: one variable
mk.lev.var(data, vname)
data |
data |
vname |
variable to export label and level |
DETAILS
if continuous variable - (label, NA), categorical variable - (label, level)
lapply(names(iris), function(x) {
jstable::mk.lev.var(iris, x)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.