powered by
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)
A single string such as "HelloWorld"
Retrun a vector of characters
citation("TmCalculator")
# NOT RUN { s2c(c("HelloWorld")) # }
Run the code above in your browser using DataLab