Print named lists as formatted messages
Arguments
- lst
A list. Input to be printed.
- indent
Integer. The number of spaces padded on the left of the output.
- message
Logical. Whether to print the input as message. Defaults to
TRUE
. IfFALSE
, returns a character vector with formatted content.- item_sep
A string. The separator between the list elements. Defaults to
\n
.- name
description