split_by_sep(x, sep)
List of character vectors split by sep
. Self if x
is not a character
.
(character
) Character vector, each element of which is to be split.
Other inputs, including a factor return themselves.
(character
) separator to use for splitting.