Order_cols {lucas} | R Documentation |
Change column order
Description
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
Usage
Order_cols(con, years)
Arguments
con |
Connection to db |
years |
Numeric vector of years to be harmonised |
See Also
To create the conection please see Connect_to_db
Examples
## Not run:
Order_cols(con, c(2006, 2009, 2012, 2015))
## End(Not run)
[Package lucas version 1.0 Index]