print_engine {sig} | R Documentation |
Workhorse of the print methods
Description
Wraps toString methods with cat.
Usage
print_engine(x, ...)
Arguments
x |
Object to print |
... |
Passed to |
Value
The input is invisibly returned, but the function is mostly invoked for the side effect of printing the object.
Note
Not intended for general consumption. This function is only exported because of package build requirements.
[Package sig version 0.0-6 Index]