R/printr.R
indent_print.Rd
缩进打印输出
indent_print(..., .indent = " ", .printer = print)
传递给打印函数。
字符标量,用此缩进打印输出。
打印函数,默认为 print。
... 中的第一个元素,不可见。
...