Description Usage Arguments See Also Examples
This is a thin wrapper to unlist( strsplit( ... ) )
. Primarily intended for interactive, not programmatic,
use.
1 |
x |
vector of items, as passed to
|
split |
the delimiter to split on |
... |
optional arguments passed to strsplit |
1 2 | x <- "apple_banana_cherry"
us(x, "_")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.