powered by
Pastes a series of strings together
sf_paste(..., sep = "", nthreads = getOption("stringfish.nthreads", 1L))
A character vector where elements of the arguments are pasted together
Any number of character vector strings
The seperating string between strings
Number of threads to use
This works the same way as `paste0(..., sep=sep)`
paste0, paste
if(getRversion() >= "3.5.0") { x <- letters y <- LETTERS sf_paste(x,y, sep = ":") }
Run the code above in your browser using DataLab