write_database,report_mig-method {stacomiR} | R Documentation |
Daily values are needed to compare migrations from year to year, by the class report_mig_interannual-class. They are added by by this function.
## S4 method for signature 'report_mig' write_database(object, silent = TRUE, check_for_bjo = TRUE)
object |
an object of class |
silent |
: TRUE to avoid messages |
check_for_bjo |
: do you want to check if data are already present in the bjo table, and delete them, this param was added otherwise connect method when called from report_mig_interannual runs in loops |
the user is asked whether or not he wants to overwrite data, if no data are present in the database, the import is done anyway. The name of the database is retrieved from the odbc link
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: stacomi(gr_interface=FALSE,login_window=FALSE,database_expected=FALSE) data("r_mig") r_mig<-calcule(r_mig) write_database(report_mig=r_mig,silent=FALSE) ## End(Not run)