s2c | R Documentation |
Simply convert a single string such as "HelloWorld" into a vector of characters such as c("H","e","l","l","o","W","o","r","l","d")
s2c(strings)
strings |
A single string such as "HelloWorld" |
Retrun a vector of characters
Junhui Li
citation("TmCalculator")
s2c(c("HelloWorld"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.