View source: R/utils-pprint-repr.R
pprint | R Documentation |
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()
.
pprint(x, ...)
x |
Object to pretty print |
... |
Additional arguments passed to |
The input object, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.