indentPrint | R Documentation |
Allows the printed representation of an R object to be indented by a specified number of spaces.
indentPrint(object, indent=4, ...)
object |
An R object |
indent |
The number of spaces to indent; default 4 |
... |
Other arguments to be passed to |
invisible(object)
David Firth d.firth@warwick.ac.uk
indentPrint(1:4,indent=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.