charge,ref_coe-method | 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 |
An object of class ref_coe-class
Cedric Briand cedric.briand@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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.