charge,ref_checkbox-method {stacomiR} | R Documentation |
Loading method for ref_checkbox referential objects
## S4 method for signature 'ref_checkbox' charge(object, title, labels, checked)
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 |
An object of class ref_checkbox-class
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_checkbox") charge(object,title="essai",labels=c("par1","par2","par3"),checked=c(TRUE,TRUE,TRUE)) ## End(Not run)