Learn R Programming

teal.transform (version 0.5.0)

split_by_sep: Split by separator (matched exactly)

Description

[Stable]

Usage

split_by_sep(x, sep)

Value

List of character vectors split by sep. Self if x is not a character.

Arguments

x

(character) Character vector, each element of which is to be split. Other inputs, including a factor return themselves.

sep

(character) separator to use for splitting.