Rdocumentation
powered by
Learn R Programming
R.utils (version 2.3.0)
setLabel.TextStatusBar: Sets the value of a label
Description
Sets the value of a label address either by its index or its names.
Usage
"setLabel"(this, label, value, ...)
Arguments
label
The index or the name of the label.
value
The value of the label.
...
Not used.
Value
Returns nothing.
See Also
*setLabels
()
*getLabel
()
For more information see
TextStatusBar
.