Consistency_check {lucas} | R Documentation |
Perform consistency checks on newly created tables to ensure conformity in terms of column order and data types
Consistency_check(con, years, manChangedVars)
con |
Connection to db |
years |
Numeric vector of years to be harmonised |
manChangedVars |
File path to csv of attributes and relevant years to which manual manipulation has been done and thus cannot clear a consistency of values check |
To create the conection please see Connect_to_db
## Not run:
Consistency_check(con, c(2006, 2009, 2012, 2015, 2018))
## End(Not run)