Nothing
### =========================================================================
### Utilities
### -------------------------------------------------------------------------
pasteCollapse <- function(x, collapse = ",") {
if (!is(x, "CharacterList"))
stop("'x' must be a CharacterList")
if (!isSingleString(collapse) || nchar(collapse) != 1L)
stop("'collapse' must be a single string, with a single character")
x <- as.list(x)
.Call(CharacterList_pasteCollapse, x, collapse)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.