lucas (version 1.0)

Consistency_check: 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

Run this code
# NOT RUN {
Consistency_check(con, c(2006, 2009, 2012, 2015, 2018))
# }

Run the code above in your browser using DataCamp Workspace