chars
R/methods.R
intersect.chars.Rd
Setwise Intersection of chars Objects
# S3 method for class 'chars' intersect(x, y, ...)
a chars object.
a chars object or character vector.
further arguments passed to or from other methods.
the setwise intersection of x and y.
x
y
union(chars("pine"), chars("apple")) #> [1] "pineal"