powered by
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 report_mig write_database(object, silent = TRUE, check_for_bjo = TRUE)
an object of class '>report_mig
: TRUE to avoid messages
: 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
Nothing, just writes data into the database
# NOT RUN { stacomi(database_expected=FALSE) data("r_mig") r_mig<-calcule(r_mig) write_database(report_mig=r_mig,silent=FALSE) # }
Run the code above in your browser using DataLab