Splits a string based on a separator substring

By default a "," is used as separator.

aux_explode(input, separator = ",")

Arguments

input

A string to split

separator

A substring to use as separator

Value

A character vector with the split elements