rxsplit: Split a character in three parts

View source: R/delim.R

rxsplitR Documentation

Split a character in three parts

Description

It differs from strsplit in that it only splits on the first occurrence and returns all parts of the string given

Usage

rxsplit(x, pattern)

Arguments

x

character text to be split

pattern

pattern used for splitting


edwindj/whisker documentation built on Nov. 14, 2022, 8:23 a.m.