Rdocumentation
powered by
Learn R Programming
vadr (version 0.01)
make_unique_names: Modify some character strings unique with respect with an existing set of (unmodified) character strings.
Description
A convenience extension of
make.unique
.
Usage
make_unique_names(new, context)
Arguments
new
Initial values for the new names
context
Existing names to avoid collisions with.
Value
the values of
new
in order modified to avoid collisions.