R/printr.R
indent_print.Rd
Indent a printout
indent_print(..., .indent = " ", .printer = print)
Passed to the printing function.
Character scalar, indent the printout with this.
The printing function, defaults to print.
The first element in ..., invisibly.
...