Description Usage Arguments Value Examples
Split a character vector of length 1 into several elements
1 | split_str(string, separator = " ")
|
string |
a character vector of length 1. |
separator |
a character vector on which to split the |
a character vector.
1 2 | split_str("Hello world!")
# [1] "Hello" "world!"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.