TmCalculator (version 1.0.0)

c2s: convert a vector of characters into a string

Description

Simply convert a vector of characters such as c("H","e","l","l","o","W","o","r","l","d") into a single string such as "HelloWorld".

Usage

c2s(characters)

Arguments

characters

A vector of characters

Value

Retrun a strings

References

citation("TmCalculator")

See Also

s2c

Examples

Run this code
# NOT RUN {
c2s(c("H","e","l","l","o","W","o","r","l","d"))
# }

Run the code above in your browser using DataLab