Skip to contents

Indent a printout

Usage

indent_print(..., .indent = " ", .printer = NULL)

Arguments

...

Passed to the printing function.

.indent

Character scalar, indent the printout with this.

.printer

The printing function. The default NULL uses print.

Value

The first element in ..., invisibly.