string: Create a String From a chars Object
Description
Create a String From a chars Object
Usage
string(x, collapse = "", ...)
Value
a character (traditional R string) with the elements of x in a single value.
Arguments
- x
one or more chars objects.
- collapse
an optional character string to separate the results. Not NA_character_.
- ...
other arguments passed to paste()