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

sf_concat(letters, 1:5)

[Package stringfish version 0.14.2 Index]