powered by
Abbreviate a vector of names
abbreviate_name(name, max_word_length = Inf, collapse = "")
A character vector of abbreviated names.
A character vector of long character strings.
Maximum word length before truncation.
A string used to join the abbreviation letters.
abbreviate_name(c("Large Cap Growth", "Small Value"), max_word_length = 3)
Run the code above in your browser using DataLab