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