Description Usage Value Author(s) See Also Examples
Converts this string to a vector of character
s.
1 2 | ## S3 method for class 'String'
toCharArray(this, ...)
|
Returns the vector of character
s.
Henrik Bengtsson (http://www.braju.com/R/)
1 2 3 | s <- String("Hello world!")
toCharArray(s) # c("H","e","l","l","o"," ","w","o","r","l","d","!")
toCharArray("Hello world!")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.