lucas (version 1.0)

Rename_cols: Rename columns to match 2018 survey

Description

Columns with different names between the surveys must be made to fit the last survey before merge

Usage

Rename_cols(con, csv)

Arguments

con

Connection the database

csv

CSV file with the relevant column name mappings

See Also

To create the conection please see Connect_to_db

Examples

Run this code
# NOT RUN {
Rename_cols(con, '/data/LUCAS_harmo/data/mappings/columnRename.csv')
# }

Run the code above in your browser using DataLab