c2s {TmCalculator}R Documentation

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

Author(s)

Junhui Li

References

citation("TmCalculator")

Examples


c2s(c("H","e","l","l","o","W","o","r","l","d"))


[Package TmCalculator version 1.0.3 Index]