| abbreviate_name | R Documentation |
Abbreviate a vector of names
abbreviate_name(name, max_word_length = Inf, collapse = "")
name |
A character vector of long character strings. |
max_word_length |
Maximum word length before truncation. |
collapse |
A string used to join the abbreviation letters. |
A character vector of abbreviated names.
abbreviate_name(c("Large Cap Growth", "Small Value"), max_word_length = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.