string {charcuterie} | R Documentation |
chars
ObjectCreate a String From a chars
Object
string(x, collapse = "", ...)
x |
one or more |
collapse |
an optional character string to separate the results. Not NA_character_. |
... |
other arguments passed to |
a character
(traditional R string) with the elements of x
in a single value.