print.sticky {sticky} | R Documentation |
print a sticky attribute object
Description
print a sticky object which mostly delegates it the the next method.
Usage
## S3 method for class 'sticky'
print(x, ...)
Arguments
x |
sticky object |
... |
further arguments passed to or from other methods. |
Details
prints a sticky object; this is also the default method for sticky objects
Value
An invisible copy of x
.
Examples
x <- sticky(1:3)
print(x)
x
[Package sticky version 0.5.6.1 Index]