Learn R Programming

charcuterie (version 0.0.4)

setdiff.chars: Setwise Difference Between chars Objects

Description

Setwise Difference Between chars Objects

Usage

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

Value

the setwise difference 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
setdiff(chars("javascript"), chars("script"))

Run the code above in your browser using DataLab