f_abbreviation {numform} | R Documentation |
A wrapper for abbreviate
for abbreviating strings.
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.
f_abbreviation(state.name)
f_abbreviation('Cool Variable')