choice,ref_list-method {stacomiR} | R Documentation |
Choice method for ref_list referential objects
## S4 method for signature 'ref_list' choice(object, is.enabled = TRUE)
object |
An object of class ref_list-class |
is.enabled |
A boolean indicating whether the frame is enabled when first displayed, default to TRUE |
the choice method assigns an object of class refList named ref_list in the environment envir_stacomi
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_list") win=gwindow() group=ggroup(container=win,horizontal=FALSE) object<-charge(object,vecteur=c("choice1","choice2"),label="please choose") choice(object) ## End(Not run)