setops: Set operations

Description Usage Arguments

Description

These functions overwrite the set functions provided in base to make them generic to be used to join pibbles. See setops for details.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'tbl_pb'
intersect(x, y, ...)

## S3 method for class 'tbl_pb'
union(x, y, ...)

## S3 method for class 'tbl_pb'
union_all(x, y, ...)

## S3 method for class 'tbl_pb'
setdiff(x, y, ...)

Arguments

x

objects to perform set function on (ignoring order)

y

objects to perform set function on (ignoring order)

...

other arguments passed on to methods


pmdplyr documentation built on July 2, 2020, 4:08 a.m.