concat | R Documentation |
Concatenate strings similar to paste0
concat(..., sep = "", collapse = NULL)
... |
strings to concatenate |
sep |
separator, defaults to empty string |
collapse |
defaults to NULL |
concatenated string
concat('abc','def','ghi')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.