str_abbrev | R Documentation |
Shortens a character string to a specified length
str_abbrev(x, l_max = 10)
x |
character string to be shortened |
l_max |
maximal length of character string (numeric), default = 10 |
## Not run: str_abbrev('Hypertension', l_max = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.