intersect.chars: Setwise Intersection of 'chars' Objects

View source: R/methods.R

intersect.charsR Documentation

Setwise Intersection of chars Objects

Description

Setwise Intersection of chars Objects

Usage

## S3 method for class 'chars'
intersect(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 intersection of x and y.

Examples

union(chars("pine"), chars("apple"))

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