Rename_cols {lucas} | R Documentation |
Columns with different names between the surveys must be made to fit the last survey before merge
Rename_cols(con, csv)
con |
Connection the database |
csv |
CSV file with the relevant column name mappings |
To create the conection please see Connect_to_db
## Not run:
Rename_cols(con, '/data/LUCAS_harmo/data/mappings/columnRename.csv')
## End(Not run)