powered by
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)
A vector of characters
Retrun a strings
citation("TmCalculator")
# NOT RUN { c2s(c("H","e","l","l","o","W","o","r","l","d")) # }
Run the code above in your browser using DataLab