Consistency_check {lucas} | R Documentation |
Consistency checks
Description
Perform consistency checks on newly created tables to ensure conformity in terms of column order and data types
Usage
Consistency_check(con, years, manChangedVars)
Arguments
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 |
See Also
To create the conection please see Connect_to_db
Examples
## Not run:
Consistency_check(con, c(2006, 2009, 2012, 2015, 2018))
## End(Not run)
[Package lucas version 1.0 Index]