choice,ref_checkbox-method {stacomiR}R Documentation

Choice method for ref_checkbox referential objects

Description

Choice method for ref_checkbox referential objects

Usage

## S4 method for signature 'ref_checkbox'
choice(object)

Arguments

object

An object of class ref_checkbox-class

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples

## Not run: 
object=new("ref_checkbox")
object<- charge(object,title="essai",labels=c("par1","par2","par3"),checked=c(TRUE,TRUE,TRUE))
win=gwindow(title="test ref_checkbox")
group=ggroup(container=win,horizontal=FALSE)
choice(object) 
dispose(win)

## End(Not run)

[Package stacomiR version 0.5.4.2 Index]