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

charge,ref_coe-methodR Documentation

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 signature 'ref_coe'
charge(object)

Arguments

object

An object of class ref_coe-class

Value

An object of class ref_coe-class

Author(s)

Cedric Briand cedric.briand@eptb-vilaine.fr

Examples

## 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) 

## End(Not run)

stacomiR documentation built on Sept. 9, 2022, 3:10 p.m.