Split apart a string by each character
chr_split(x)
x
A vector of strings to split
A character vector of length nchar(x)
character
nchar(x)
chr_split("split this")