sf_concat {stringfish} | R Documentation |
sf_concat
Description
Appends vectors together
Usage
sf_concat(...)
sfc(...)
Arguments
... |
Any number of vectors, coerced to character vector if necessary |
Value
A concatenated stringfish vector
Examples
if(getRversion() >= "3.5.0") {
sf_concat(letters, 1:5)
}
[Package stringfish version 0.16.0 Index]