Description Usage Arguments Value Examples
get_suffix
returns the longest common suffix
of the supplied words.
1 | get_suffix(words)
|
words |
Character vector, A list of words. |
A character vector containing the suffix
1 2 3 | # Get suffix
names <- c("xyz_rep", "abc_rep")
get_suffix(names)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.