chr_split | R Documentation |
Split apart a string by each character
chr_split(x)
x |
A vector of strings to split |
A character
vector of length nchar(x)
chr_split("split this")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.