choice_c,ref_list-method | R Documentation |
Choice_c method for ref_list referential objects
## S4 method for signature 'ref_list'
choice_c(object, selectedvalue)
object |
An object of class ref_list-class |
selectedvalue |
the value selected in the combo |
An S4 object of class ref_list-class
the choice method assigns an object of class refList named ref_list in the environment envir_stacomi
Cedric Briand cedric.briand@eptb-vilaine.fr
## Not run:
object=new('ref_list')
object<-charge(object,vecteur=c('1','2'),label='please choose')
object<-choice_c(object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.