Splits strings by separator only if separators not in parentheses

By default a "," is used as separator.

aux_explodePC(input, separator = ",", group = "round")

Arguments

input

A string to split

separator

A substring to use as separator

group

"round", "square", or "curly" allowing grouping by parantheses of defined type in which elements are not exploded

Value

A character vector with the split elements