Arguments
- ...
Any number of vectors, coerced to character vector if necessary
Value
A concatenated stringfish vector
Examples
sf_concat(letters, 1:5)
#> [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s"
#> [20] "t" "u" "v" "w" "x" "y" "z" "1" "2" "3" "4" "5"