aux_explode: Splits a string based on a separator substring

View source: R/allCode.R

aux_explodeR Documentation

Splits a string based on a separator substring

Description

By default a "," is used as separator.

Usage

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


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