concat | R Documentation |
Concatenate elements of a vector after converting to character.
concat(x, sep = "")
x |
(character) A character vector. |
sep |
(character) An character string to separate the elements. Default is "". |
A character string of the concatenated values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.