Align_Map_CSVs: Align mapping CSVs

Description Usage Arguments See Also Examples

View source: R/lucas.r

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

1
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

1
2
3
## Not run: 
Align_Map_CSVs('/data/LUCAS_harmo/data/mappings', c(2006, 2009, 2012, 2015, 2018))
## End(Not run)

lucas documentation built on Oct. 23, 2020, 7:55 p.m.

Related to Align_Map_CSVs in lucas...