Rdocumentation
powered by
Learn R Programming
R.utils (version 1.12.1)
devGetLabel: Gets the label of a device
Description
Gets the label of a device.
Usage
devGetLabel(which=dev.cur(), ...)
Arguments
which
An index (
numeric
) or a label (
character
).
...
Not used.
Value
Returns a
character
string.
See Also
devSetLabel
() and
devList
().