View source: R/avoid_duplicate_name.R
avoid_duplicate_name | R Documentation |
Naive check to see whether name already exists.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.child.html
avoid_duplicate_name(names, value, ...)
names |
names |
value |
value |
... |
Additional arguments, i.e. kwargs. |
If name does exist suggest a name using an incrementer Duplicates are case insensitive
An character string.
## Not run:
avoid_duplicate_name(names = "name", value = "name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.