get.label.tables | R Documentation |
Retrieve the value labels for all variables.
get.label.tables(dat)
dat |
data.frame. Data.frame created by |
This function returns the factor levels which represent a Stata label set for all variables.
Returns a named list of label tables
Jan Marvin Garbuszus jan.garbuszus@ruhr-uni-bochum.de
Sebastian Jeworutzki sebastian.jeworutzki@ruhr-uni-bochum.de
dat <- read.dta13(system.file("extdata/statacar.dta", package="readstata13")) get.label.tables(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.