| add_suffix | R Documentation |
An integer will be added as suffix in x if an identical value is in y.
If a value with suffix is already in y, the function will search for the
highest suffix to avoid duplicated values.
add_suffix(x, y, sep = "_")
x |
( |
y |
( |
sep |
( |
A character value, either x or x with suffix if already in y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.