join | R Documentation |
convert elements of vector v (and all following arguments) in strings and join them using sep as separator.
join(sep, v, ...)
sep |
A string used as a separator |
v |
A string vector to be joined |
... |
other variables to be converted to strings and joined |
A joined string
join(" ", c("Hello", "World"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.