Learn R Programming

TmCalculator (version 1.0.9)

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)

Value

Retrun a strings

Arguments

characters

A vector of characters

Author

Junhui Li

References

citation("TmCalculator")