Learn R Programming

stringfish (version 0.16.0)

sf_concat: sf_concat

Description

Appends vectors together

Usage

sf_concat(...)

sfc(...)

Value

A concatenated stringfish vector

Arguments

...

Any number of vectors, coerced to character vector if necessary

Examples

Run this code
if(getRversion() >= "3.5.0") {
sf_concat(letters, 1:5)
}

Run the code above in your browser using DataLab