stacomiR (version 0.5.3)

choice,ref_textbox-method: Choice method for ReTextBox referential objects

Description

Choice method for ReTextBox referential objects

Usage

# S4 method for ref_textbox
choice(object, nomassign = "ref_textbox")

Arguments

object

An object of class ref_textbox-class

nomassign

The name with which the object will be assigned in envir_stacomi

Examples

Run this code
# NOT RUN {
object=new("ref_textbox")
object<- charge(object,title="le titre",label="20")
win=gwindow(title="test ref_textbox")
group=ggroup(container=win,horizontal=FALSE)
choice(object) 
dispose(win)
# }

Run the code above in your browser using DataCamp Workspace