print_engine {sig} | R Documentation |
Wraps toString methods with cat.
print_engine(x, ...)
x |
Object to print |
... |
Passed to |
The input is invisibly returned, but the function is mostly invoked for the side effect of printing the object.
Not intended for general consumption. This function is only exported because of package build requirements.