Description Usage Arguments Value
Similar to strwrap
but returns a single
string with linefeeds inserted
1 2 3 |
s |
a character vector or a list of character vectors |
width |
a positive integer giving the column for inserting linefeeds |
indent |
an integer giving the indentation of the
first line of the paragraph; negative values of
|
offset |
a non-negative integer giving the indentation of all but the first line |
split |
regular expression used for splitting. Defaults to a whitespace character. |
FORCE |
Words are force split if the available width is too small. |
FULL_FORCE |
Lines are split exactly at the specified width irrespective of whether there is whitespace or not. |
a character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.