stacomiR (version 0.5.4.3)

charge,ref_year-method: Loading method for ref_year referential objects

Description

Selects year available either in the bjo table (if report_object==report_migInterannelle) or in the t_operation_ope table

Usage

# S4 method for ref_year
charge(object, objectreport = "report_ge_weight")

Arguments

object

An object of class ref_year

objectreport

The object report, default "report_ge_weight" other possible value report_mig_interannual

Value

object An object of class ref_year with slot data filled with the selected value

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
object=new("ref_year")
charge(object)
 validObject(annee)
showMethods("charge")
# }

Run the code above in your browser using DataCamp Workspace