aux_explodePC: Splits strings by separator only if separators not in...

View source: R/allCode.R

aux_explodePCR Documentation

Splits strings by separator only if separators not in parentheses

Description

By default a "," is used as separator.

Usage

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


Quantmetrics770/IQnca documentation built on Aug. 5, 2022, 5:39 p.m.