union.chars: Setwise Union of 'chars' Objects

View source: R/methods.R

union.charsR Documentation

Setwise Union of chars Objects

Description

Setwise Union of chars Objects

Usage

## S3 method for class 'chars'
union(x, y, ...)

Arguments

x

a chars object.

y

a chars object or character vector.

...

further arguments passed to or from other methods.

Value

the setwise union of x and y.

Examples

union(chars("java"), chars("script"))

charcuterie documentation built on April 3, 2025, 8:53 p.m.