ts_doctor_db.Rd
Doctor Database
ts_doctor_db(
check_limits = TRUE,
check_period = TRUE,
check_gaps = TRUE,
check_triads = TRUE,
fix = FALSE,
conn = getOption("tsdbr.conn", NULL)
)
A flag indicating whether to check if corrected values outside the lower and upper limits are coded as erroneous.
A flag indicating whether to check if the periods are valid.
A flag indicating whether to check if there are any gaps in the data given the period.
A flag indicating whether to check if triads are consistent.
A flag indicating whether to fix any problems
An object of class SQLiteConnection.
A flag indicating whether or not the database passed the checks (or was fixed)