split_by_sep: Split by separator (matched exactly)

View source: R/utils.R

split_by_sepR 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.


teal.transform documentation built on April 3, 2025, 9:15 p.m.