User_friendly {lucas} | R Documentation |
Creates columns with labels for coded variables and decodes all variables where possible to explicit labels
User_friendly(con, data_dir, years)
con |
Connection to db |
data_dir |
Directory where files are stored |
years |
Numeric vector of years to be harmonised |
To create the conection please see Connect_to_db
## Not run:
User_friendly(con, '/data/LUCAS_harmo/data/mappings', c(2006, 2009, 2012, 2015, 2018))
## End(Not run)