str_chop {agvgd} | 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
.