powered by
and return a character vector (not a list)
strSplitSingle(string, pattern)
A character vector
A string
Passed as-is to 'stringr::str_split'
# \donttest{ tidyrules:::strSplitSingle("abc,d", ",") # }
Run the code above in your browser using DataLab