Detect duplicated strings
duplicated_paste.Rd
Detect duplicated strings
Arguments
- ...
Arguments passed on to
base::paste
sep
a character string to separate the terms. Not
NA_character_
.collapse
an optional character string to separate the results. Not
NA_character_
.recycle0
logical
indicating if zero-length character arguments should lead to the zero-lengthcharacter(0)
after thesep
-phase (which turns into""
in thecollapse
-phase, i.e., whencollapse
is notNULL
).