sig (version 0.0-5)

print_engine: Workhorse of the print methods

Description

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.