print_engine
From sig v0.0-5
by Richard Cotton
Workhorse of the print methods
Wraps toString methods with cat.
Usage
print_engine(x, ...)
Arguments
- x
- Object to print
- ...
- Passed to
toString
.
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.
Community examples
Looks like there are no examples yet.