Learn R Programming

einops (version 0.2.1)

pprint: Pretty Print

Description

This is a convenience function that prints the repr() of an object. It is similar to python's pprint.pprint(). Usually, to ensure that an object is displayed in the terminal using its pprint format, just define a print.that_object_class method that calls pprint().

Usage

pprint(x, ...)

Value

The input object, invisibly

Arguments

x

Object to pretty print

...

Additional arguments passed to repr()