print_engine: Workhorse of the print methods

View source: R/utils.R

print_engineR Documentation

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.

Note

Not intended for general consumption. This function is only exported because of package build requirements.


sig documentation built on April 21, 2022, 5:07 p.m.