stacomiR (version 0.5.4.3)

choice,ref_list-method: Choice method for ref_list referential objects

Description

Choice method for ref_list referential objects

Usage

# S4 method for ref_list
choice(object, is.enabled = TRUE)

Arguments

object

An object of class ref_list-class

is.enabled

A boolean indicating whether the frame is enabled when first displayed, default to TRUE

Examples

Run this code
# NOT RUN {
 
# }
# 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)
# }

Run the code above in your browser using DataCamp Workspace