Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

stacomiR (version 0.6.0)

charge,ref_coe-method: loads the coefficients for the period defined in class

Description

The slots datedebut and datefin have to be filled before using charge

Usage

# S4 method for ref_coe
charge(object)

Arguments

object

An object of class ref_coe-class

Value

An object of class ref_coe-class

Examples

Run this code
# NOT RUN {
object<- new('ref_coe')
object@datedebut<-strptime('01/01/1996',format='%d/%m/%Y')
object@datefin<-strptime('01/01/1997',format='%d/%m/%Y')
charge(object) 
# }

Run the code above in your browser using DataLab