Align_Map_CSVs {lucas} | R Documentation |
Align mapping CSVs
Description
Corrects any typo, spelling mistake, or spelling difference in the user-created mapping CSVs, used to generate labels in subsequent User_friendly() function by alligning them to the mapping CSV of the latest survey.
Usage
Align_Map_CSVs(mapp_csv_folder, years)
Arguments
mapp_csv_folder |
Directory where mapping 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:
Align_Map_CSVs('/data/LUCAS_harmo/data/mappings', c(2006, 2009, 2012, 2015, 2018))
## End(Not run)
[Package lucas version 1.0 Index]