User_friendly {lucas} | R Documentation |
User-friendly LUCAS harmonized
Description
Creates columns with labels for coded variables and decodes all variables where possible to explicit labels
Usage
User_friendly(con, data_dir, years)
Arguments
con |
Connection to db |
data_dir |
Directory where files are stored |
years |
Numeric vector of years to be harmonised |
See Also
To create the conection please see Connect_to_db
Examples
## Not run:
User_friendly(con, '/data/LUCAS_harmo/data/mappings', c(2006, 2009, 2012, 2015, 2018))
## End(Not run)
[Package lucas version 1.0 Index]