| sf_concat {stringfish} | R Documentation |
Appends vectors together
sf_concat(...) sfc(...)
... |
Any number of vectors, coerced to character vector if necessary |
A concatenated stringfish vector
if(getRversion() >= "3.5.0") {
sf_concat(letters, 1:5)
}