Rscripts-operators: Additional operators which I find useful (especially for...

Rscripts-operatorsR Documentation

Additional operators which I find useful (especially for chaining)

Description

x x

Usage

x %notin% table

setdiff(x, y, ...)

intersect(x, y, ...)

union(x, y, ...)

Arguments

x

the left hand side of x (grapes) y

y

the right hand side of x (grapes) y

Details

x Note that unlike

x Note that unlike

Value

whatever the result of x (grapes) y might be


ttriche/Rscripts documentation built on Sept. 14, 2023, 2:52 a.m.