stacomiR (version 0.5.4.0)

charge,ref_textbox-method: Loading method for ReTextBox referential objects

Description

Loading method for ReTextBox referential objects

Usage

# S4 method for ref_textbox
charge(object, title, label)

Arguments

object

An object of class ref_textbox-class

title

A title for the frame

label

A label for the TextBox

Value

An S4 object of class ref_textbox

Examples

Run this code
# NOT RUN {
 object=new("ref_textbox")
charge(object,title="un titre",label="20")
# }

Run the code above in your browser using DataCamp Workspace