Description Usage Arguments Value Examples
View source: R/str_split_one.R
str_split_one
1 | str_split_one(string, pattern, n = Inf)
|
string |
A character vector with one element. |
pattern |
What to split on. |
n |
i dont know what is it |
A character vector.
1 2 | x <- "alfa,bravo,charlie,delta"
str_split_one(x, pattern = ",")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.