choice_c,ref_stage-method | R Documentation |
the choice_c method is intended to have the same behaviour as choice (which creates a widget in the graphical interface) but from the command line. The values passed to the choice_c method for stage is the code. Any numeric value will be discarded
## S4 method for signature 'ref_stage'
choice_c(object, stage, silent = FALSE)
object |
An object of class ref_stage-class |
stage |
the vector of stages chosen |
silent |
Boolean, if TRUE, information messages are not displayed |
An S4 object of class ref_stage-class with the stage selected in the data slot
Cedric Briand cedric.briand@eptb-vilaine.fr
## Not run:
object=new('ref_stage')
object<-charge(object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.