Description Usage Arguments Value
Similar to strwrap but returns a single string with
linefeeds inserted
1 2 3 4 5 6 7 8 9  | 
s | 
 a character vector.  | 
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 whitespace.  | 
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.