View source: R/helper_functions.r
make_unique_names | R Documentation |
This function takes a vector of names and ensures that each name is unique by appending a number if necessary.
make_unique_names(names)
names |
A character vector of names. |
A character vector of unique names.
make_unique_names(c("apple", "apple", "banana", "apple"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.