charge,ref_coe-method {stacomiR} | R Documentation |
The slots datedebut and datefin have to be filled before using charge
## S4 method for signature 'ref_coe' charge(object)
object |
An object of class ref_coe-class |
Object of class ref_coe
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## 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)