indentPrint {qvcalc} | R Documentation |
Same as print
, but adds a specified amount of white
space at the start of each printed line
indentPrint(object, indent=4, ...)
object |
any printable object |
indent |
a non-negative integer, the number of spaces to insert |
... |
other arguments to pass to print |
object
is returned invisibly
David Firth, david.firth@nuffield.ox.ac.uk
indentPrint("this indented by 10 spaces", indent=10)