Description Usage Arguments Value See Also Examples
The function concat 
concatenates character vectors all together. 
concat0(.) is a wrapper for concat(., sep = ""). 
concat_(.) is a wrapper for concat(., sep = "_").
1 2 3 4 5  | 
... | 
 One or more objects, to be converted to character vectors and concatenated.  | 
sep | 
 character. The character to use to separate the result.  | 
na.rm | 
 logical. If   | 
Always a character value (vector of length 1).
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.