powered by
Splits a string into a vector of strings using "<|>" as a delimiter.
string_to_vector(str)
A vector of strings (character), or NULL if the input string is empty.
character
NULL
character A string to transform.