stacomiR (version 0.6.1)

charge,ref_year-method: 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 ref_year
charge(object, objectreport = "report_ge_weight")

Value

object An object of class ref_year-class with slot data filled with the available years for the corresponding report

Arguments

object

An object of class ref_year-class

objectreport

The object report, default report_ge_weight other possible value report_mig_interannual

Author

Cedric Briand cedric.briand@eptb-vilaine.fr

Examples

Run this code
if (FALSE) {
object=new("ref_year")
charge(object)
 validObject(annee)
showMethods("charge")
}

Run the code above in your browser using DataLab