Skip to contents

Concatenate Vectors

Usage

sfcc(...)

Arguments

...

Any number of vectors, coerced to <character> vector, if necessary

Value

concatenated <character> vector

Examples

sf_c(LETTERS, "A")
#> Error in sf_c(LETTERS, "A"): could not find function "sf_c"