Get all Stata Label Sets for a Data.frame
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.