split_text_block | R Documentation |
Split a text block into smaller blocks with a specified number of lines.
split_text_block(x, n)
x |
( |
n |
( |
A single character string containing a text block of multiple lines (separated by \n
)
is split into multiple strings with n or less lines each.
List of character strings with up to n
lines in each element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.