c.chars {charcuterie}R Documentation

Combine chars Objects

Description

Combine chars Objects

Usage

## S3 method for class 'chars'
c(...)

Arguments

...

chars objects.

Value

a larger chars object containing the combined elements of ....

Examples

c(chars("java"), chars("script"))

[Package charcuterie version 0.0.6 Index]