indentPrint {CGIwithR} | 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 print |
invisible(object)
David Firth d.firth@warwick.ac.uk
indentPrint(1:4,indent=10)