powered by
convert elements of vector v (and all following arguments) in strings and join them using sep as separator.
join(sep, v, ...)
A joined string
A string used as a separator
A string vector to be joined
other variables to be converted to strings and joined
join(" ", c("Hello", "World"))
Run the code above in your browser using DataLab