Align_Map_CSVs {lucas} | R Documentation |
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.
Align_Map_CSVs(mapp_csv_folder, years)
mapp_csv_folder |
Directory where mapping files are stored |
years |
Numeric vector of years to be harmonised |
To create the conection please see Connect_to_db
## Not run:
Align_Map_CSVs('/data/LUCAS_harmo/data/mappings', c(2006, 2009, 2012, 2015, 2018))
## End(Not run)