Description Usage Arguments Details Value Author(s) Examples
cllps collapses the elements of a vector
| 1 | cllps(x, sep = "")
 | 
| x | A vector to be collapsed. | 
| sep | Seperator character used for collapsing. | 
This function is defined as
cllps <- function(x, sep = '') paste(x, collapse = sep)
A character vector of length one containing the collapsed input.
Dominik Mueller
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.