charge,ref_year-method {stacomiR} | R Documentation |
Selects year available either in the bjo table (if report_object==report_migInterannelle) or in the t_operation_ope table
## S4 method for signature 'ref_year' charge(object, objectreport = "report_ge_weight")
object |
An object of class ref_year |
objectreport |
The object report, default "report_ge_weight" other possible value report_mig_interannual |
object An object of class ref_year with slot data filled with the selected value
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_year") charge(object) validObject(annee) showMethods("charge") ## End(Not run)