chr_split: Character split

View source: R/strings.R

chr_splitR Documentation

Character split

Description

Split apart a string by each character

Usage

chr_split(x)

Arguments

x

A vector of strings to split

Value

A character vector of length nchar(x)

Examples

chr_split("split this")

mark documentation built on Oct. 23, 2023, 9:06 a.m.