chars
R/methods.R
setdiff.chars.Rd
Setwise Difference Between chars Objects
# S3 method for class 'chars' setdiff(x, y, ...)
a chars object.
a chars object or character vector.
further arguments passed to or from other methods.
the setwise difference of x and y.
x
y
setdiff(chars("javascript"), chars("script")) #> [1] "jav"