Merge_harmo {lucas} | R Documentation |
Merge all tables into a single harmonized version containing all years and change to relevant data type, as mapped in the record descriptor
Merge_harmo(con, rd)
con |
Connection to db |
rd |
Record descriptor in CSV format |
To create the conection please see Connect_to_db
## Not run:
Merge_harmo(con, '/data/LUCAS_harmo/data/supportDocs/LUCAS_harmo_RD.csv')
## End(Not run)