RSQLServer (version 0.2.0)

setops: Intersect and setdiff methods

Description

Customised intersect and setdiff methods for the dplyr generics (which override base package function definitions). These methods only support SQL Server 2005 and greater.

Usage

"intersect"(x, y, copy = FALSE, ...)
"setdiff"(x, y, copy = FALSE, ...)

Arguments

x, y
objects to compare (ignoring order)
copy
If x and y are not from the same data source, and copy is TRUE, then y will be copied into the same src as x. This allows you to join tables across srcs, but it is a potentially expensive operation so you must opt into it.
...
other arguments passed on to methods

See Also

setdiff intersect