These functions overwrite the set functions provided in base to make them generic to be used to join pibbles. See setops for details.
# S3 method for tbl_pb
intersect(x, y, ...)# S3 method for tbl_pb
union(x, y, ...)
# S3 method for tbl_pb
union_all(x, y, ...)
# S3 method for tbl_pb
setdiff(x, y, ...)
objects to perform set function on (ignoring order)
objects to perform set function on (ignoring order)
other arguments passed on to methods