Learn R Programming

stringfish (version 0.19.2)

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
sf_concat(letters, 1:5)

Run the code above in your browser using DataLab