charge,ref_df-method {stacomiR} | R Documentation |
Loading method for DF referential objects
## S4 method for signature 'ref_df'
charge(object)
object |
An object of class ref_df-class |
An object of class ref_df with df loaded
Cedric Briand cedric.briand@eptb-vilaine.fr
## Not run:
object=new('ref_df')
charge(object)
## End(Not run)