split_by_sep {teal.transform}R Documentation

Split by separator (matched exactly)

Description

[Stable]

Usage

split_by_sep(x, sep)

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.

Value

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


[Package teal.transform version 0.5.0 Index]