str_indent | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.