TmCalculator (version 1.0.0)

s2c: convert a string into a vector of characters

Description

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

Usage

s2c(strings)

Arguments

strings

A single string such as "HelloWorld"

Value

Retrun a vector of characters

References

citation("TmCalculator")

See Also

c2s

Examples

Run this code
# NOT RUN {
s2c(c("HelloWorld"))
# }

Run the code above in your browser using DataCamp Workspace