union.chars {charcuterie} | R Documentation |
chars
ObjectsSetwise Union of chars
Objects
## S3 method for class 'chars'
union(x, y, ...)
x |
a |
y |
a |
... |
further arguments passed to or from other methods. |
the setwise union of x
and y
.
union(chars("java"), chars("script"))