splitChar | R Documentation |
Split character string into vector where length(output) == nchar(input)
splitChar(vector_v)
vector_v |
any character vector that needs to be separated into its component parts |
another vector of length == nchar(input)
foo <- "ABCDE"
splitChar(foo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.