Learn R Programming

charcuterie (version 0.0.4)

union.chars: Setwise Union of chars Objects

Description

Setwise Union of chars Objects

Usage

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

Value

the setwise union of x and y.

Arguments

x

a chars object.

y

a chars object or character vector.

...

further arguments passed to or from other methods.

Examples

Run this code
union(chars("java"), chars("script"))

Run the code above in your browser using DataLab