Learn R Programming

mark (version 0.8.1)

chr_split: Character split

Description

Split apart a string by each character

Usage

chr_split(x)

Value

A character vector of length nchar(x)

Arguments

x

A vector of strings to split

Examples

Run this code
chr_split("split this")

Run the code above in your browser using DataLab