charge,ref_year-method {stacomiR} | R Documentation |
Loading method for ref_year referential objects
Description
Selects year available either in the bjo table if report_object==report_mig_interannual) or in the t_operation_ope table
Usage
## S4 method for signature 'ref_year'
charge(object, objectreport = "report_ge_weight")
Arguments
object |
An object of class ref_year-class |
objectreport |
The object report, default |
Value
object An object of class ref_year-class with slot data filled with the available years for the corresponding report
Author(s)
Cedric Briand cedric.briand@eptb-vilaine.fr
Examples
## Not run:
object=new("ref_year")
charge(object)
validObject(annee)
showMethods("charge")
## End(Not run)
[Package stacomiR version 0.6.1 Index]