Description Usage Arguments Value Note See Also Examples
Paste unspecified columns or a list of vectors together.
1 2 |
multi.columns |
The multiple columns or a list of vectors to paste together. |
sep |
A character string to separate the terms. |
handle.na |
logical. If TRUE returns |
trim |
logical. If TRUE leading/trailing white space is removed. |
Returns a vector with row-wise elements pasted together.
paste
differs from
paste2
because paste
does not
allowed an unspecified number of columns to be pasted.
This behavior can be convenient for inside of functions
when the number of columns being pasted is unknown.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.