print.labelled {labelVector} | R Documentation |
Print Method for Labelled Vectors
Description
Labelled vectors are printed with their label appearing above the content of the vector.
Usage
## S3 method for class 'labelled'
print(x, ...)
Arguments
x |
A vector inheriting class |
... |
Additional arguments to pass to other methods. |
[Package labelVector version 0.1.2 Index]