str_length | R Documentation |
Dependency-free drop-in alternative for stringr::str_length()
.
str_length(string)
string |
Input vector. Either a character vector, or something coercible to one. |
A numeric vector the same length as string.
Adapted from the stringr package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.