str_width | R Documentation |
Dependency-free drop-in alternative for stringr::str_width()
.
Results for non-ASCII characters may be inaccurate in R < 4.0.
str_width(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.