stacomiR (version 0.5.3.1)

charge,ref_checkbox-method: Loading method for ref_checkbox referential objects

Description

Loading method for ref_checkbox referential objects

Usage

# S4 method for 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

Examples

Run this code
# NOT RUN {
 object=new("ref_checkbox")
charge(object,title="essai",labels=c("par1","par2","par3"),checked=c(TRUE,TRUE,TRUE))
# }

Run the code above in your browser using DataCamp Workspace