A wrapper on base::paste()
.
Arguments
- ...
one or more R objects, to be converted to character vectors.
- sep
a character string to separate the terms. Not
NA_character_
.- collapse
an optional character string to separate the results. Not
NA_character_
. Whencollapse
is a string, the result is always a string (character
of length 1).
Functions
p0()
: A wrapper onbase::paste0()