chr_split {mark} | R 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")
[Package mark version 0.8.0 Index]