str_indent {mlr3misc} | R Documentation |
Formats a text block for printing.
str_indent(initial, str, width = 0.9 * getOption("width"), exdent = 2L, ...)
initial |
:: |
str |
:: |
width |
:: |
exdent |
:: |
... |
:: |
(character()
).
cat(str_indent("Letters:", str_collapse(letters), width = 25), sep = "\n")