chars
R/methods.R
c.chars.Rd
Combine chars Objects
# S3 method for class 'chars' c(...)
chars objects.
a larger chars object containing the combined elements of ....
...
c(chars("java"), chars("script")) #> [1] "javascript"