indent_print: Indent a printout

View source: R/printr.R

indent_printR Documentation

Indent a printout

Description

Indent a printout

Usage

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

Arguments

...

Passed to the printing function.

.indent

Character scalar, indent the printout with this.

.printer

The printing function, defaults to print.

Value

The first element in ..., invisibly.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.