Description Usage Arguments Details Value Examples
abbrev returns a character vector of each words first capital letters for each element of x.
1 |
x |
vector of strings to be abbreviated. |
exceptions |
list with two names vectors: |
This function returns a same-length character vector
that abbrevs an initial character vector, x. Abbreviation returns the first
capital letter of any words in each element of x. Users may additionally pass
abbrev and option list of exceptions that overides the default abbreviations.
The list of exceptions requires a vector of "old" values to be replaced by "new" values
a character vector of length(x).
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.