charge,ref_checkbox-method {stacomiR}R Documentation

Loading method for ref_checkbox referential objects

Description

Loading method for ref_checkbox referential objects

Usage

## S4 method for signature 'ref_checkbox'
charge(object, title, labels, checked)

Arguments

object

An object of class ref_checkbox-class

title

Title of the frame

labels

Labels for checked

checked

Vector of boolean indicating if ref_checkbox are checked

Value

An object of class ref_checkbox-class

Author(s)

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

Examples

## Not run: 
 object=new("ref_checkbox")
charge(object,title="essai",labels=c("par1","par2","par3"),checked=c(TRUE,TRUE,TRUE))

## End(Not run)

[Package stacomiR version 0.5.4.4 Index]