Learn R Programming

charcuterie (version 0.0.4)

intersect.chars: Setwise Intersection of chars Objects

Description

Setwise Intersection of chars Objects

Usage

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

Value

the setwise intersection 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("pine"), chars("apple"))

Run the code above in your browser using DataLab