TmCalculator (version 1.0.3)

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 "HelloWorld".

Usage

c2s(characters)

Arguments

characters

A vector of characters

Value

Retrun a strings

References

citation("TmCalculator")

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