Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

setops

Set operations


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

## 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

'dplyr' Extension for Common Panel Data Maneuvers

v0.3.3
MIT + file LICENSE
Authors
Nick Huntington-Klein [aut, cre] (<https://orcid.org/0000-0002-7352-3991>), Philip Khor [aut] (<https://orcid.org/0000-0002-8333-1256>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.