Description Usage Arguments Value Examples
Similar to stringr::str_split()
, but returns a character vector,
instead of a list or matrix.
1 | str_split_v(.x, .pattern)
|
.x |
A character scalar to split. |
.pattern |
A pattern to apply the split. |
A character vector.
1 | str_split_v(c("a,b,c"), ",")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.