str_chop | R Documentation |
Chop a string into sub-strings of fixed width
str_chop(x, width = 50)
x |
A single string. This function is not vectorised, so |
width |
Length of the chopped pieces. |
A character vector of sub-strings of length width
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.