View source: R/string_helpers.R View source: R/string_helpers.R
str_wrap | R Documentation |
Add line breaks to a string at a specified width.
str_wrap(string, width = 80)
string |
(character) A character vector of length 1. |
width |
(integer|numeric) The number of character per line. |
A character vector of length 1 with the added line breaks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.