Order_cols {lucas} | R Documentation |
Changes order of columns to fit the last survey (2018) and set all column data type to character varying in order to prepare for merge
Order_cols(con, years)
con |
Connection to db |
years |
Numeric vector of years to be harmonised |
To create the conection please see Connect_to_db
## Not run:
Order_cols(con, c(2006, 2009, 2012, 2015))
## End(Not run)