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


NickCH-K/pmdplyr documentation built on Oct. 26, 2021, 1:10 p.m.