This method will check if the data in the t_reportjournalier_bjo table has no missing data, if missing the program will load missing data. As a second step, the program will check if the numbers in the table t_reportjournalier_bjo differ from those in the database, and propose to re-run the report_mig (which has a write_database methode to write daily reports) for those years.
# S4 method for report_mig_interannual
connect(object, silent = FALSE, check = TRUE)
report_mig_interannual an instantiated object with values filled with user choice
An object of class report_mig_interannual-class
Stops messages from being displayed if silent=TRUE, default FALSE
Checks that data are corresponding between report_annual and report_mig
Cedric Briand cedric.briand@eptb-vilaine.fr