.corDuplItemsByIncrem | R Documentation |
This function aims to avoid duplicating items between 'curNa' and 'newNa' by incrementing digits after 'extPref' (in newNa)
.corDuplItemsByIncrem(newNa, curNa, extPref = "_s")
newNa |
(character) main input 1 |
curNa |
(character) main input 2 |
extPref |
(character) extension |
This function returns the corrected input vector newNa
duplicated
.corDuplItemsByIncrem(letters[1:6], letters[8:4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.