charge,ref_textbox-method {stacomiR} | R Documentation |
Loading method for ReTextBox referential objects
## S4 method for signature 'ref_textbox' charge(object, title, label)
object |
An object of class ref_textbox-class |
title |
A title for the frame |
label |
A label for the TextBox |
An S4 object of class ref_textbox
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_textbox") charge(object,title="un titre",label="20") ## End(Not run)