string {charcuterie} | R Documentation |
Create a String From a chars
Object
Description
Create a String From a chars
Object
Usage
string(x, collapse = "", ...)
Arguments
x |
one or more |
collapse |
an optional character string to separate the results. Not NA_character_. |
... |
other arguments passed to |
Value
a character
(traditional R string) with the elements of x
in a single value.
[Package charcuterie version 0.0.3 Index]