split_by {tsensembler} | R Documentation |
This is an utility function that can be used to split expressions.
It is based on strsplit
function.
split_by is the general purpose splitter
split_by_ splits expressions by \"_\"
split_by. splits expressions by a dot
split_by(expr, split, unlist. = TRUE, ...)
split_by_(expr, ...)
split_by.(expr, ...)
expr |
character expression to split; |
split |
expression to split |
unlist. |
Logical. If TRUE, the splitted |
... |
Further parameters to pass to |
a list or vector with a splitted expression
split_by_("time_series")
split_by.("time.series")
split_by("born2bewild", "2")