intersect.chars {charcuterie} | R Documentation |
Setwise Intersection of chars
Objects
Description
Setwise Intersection of chars
Objects
Usage
## S3 method for class 'chars'
intersect(x, y, ...)
Arguments
x |
a |
y |
a |
... |
further arguments passed to or from other methods. |
Value
the setwise intersection of x
and y
.
Examples
union(chars("pine"), chars("apple"))
[Package charcuterie version 0.0.6 Index]