s2c {TmCalculator} | R Documentation |
convert a string into a vector of characters
Description
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")
Usage
s2c(strings)
Arguments
strings |
A single string such as "HelloWorld" |
Value
Retrun a vector of characters
Author(s)
Junhui Li
References
citation("TmCalculator")
Examples
s2c(c("HelloWorld"))
[Package TmCalculator version 1.0.3 Index]