strsplit0: Split a string vector with multiple split

Description Usage Arguments Value

View source: R/strsplit0.R

Description

Split a string vector with multiple split

Usage

1
strsplit0(strVec, split, simplify = TRUE)

Arguments

strVec

One vector whose elements are to be split.

split

character vector containing regular expression(s) to use for splitting.

simplify

If TRUE, returns character vector; if not, list; Default is TRUE.

Value

vector or list of split characters.


yanxianUCSB/yxhelper documentation built on April 20, 2020, 4:09 p.m.