Description Usage Arguments Value See Also Examples
A wrapper for abbreviate
for abbreviating strings.
1 2 3 | f_abbreviation(x, length = 5, ...)
ff_abbreviation(...)
|
x |
A vector of text strings. |
length |
The minimum length of the abbreviations. |
... |
Other arguments passed to |
Returns a string vector with strings abbreviated.
1 2 | f_abbreviation(state.name)
f_abbreviation('Cool Variable')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.