powered by
Split a text block into smaller blocks with a specified number of lines.
split_text_block(x, n)
List of character strings with up to n lines in each element.
n
(character) string containing the input block of text
character
(integer) number of lines per block
integer
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.
\n