powered by
Export label and level: one variable
mk.lev.var(data, vname)
if continuous variable - (label, NA), categorical variable - (label, level)
data
variable to export label and level
DETAILS
lapply(names(iris), function(x) { jstable::mk.lev.var(iris, x) })
Run the code above in your browser using DataLab