Rename_cols {lucas}R Documentation

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

## Not run: 
Rename_cols(con, '/data/LUCAS_harmo/data/mappings/columnRename.csv')
## End(Not run)

[Package lucas version 1.0 Index]