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