strSplitSingle | R Documentation |
and return a character vector (not a list)
strSplitSingle(string, pattern)
string |
A string |
pattern |
Passed as-is to 'stringr::str_split' |
A character vector
tidyrules:::strSplitSingle("abc,d", ",")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.