setdiff.data.frame: setdiff for data.frames with rows as a element

View source: R/utils.R

setdiff.data.frameR Documentation

setdiff for data.frames with rows as a element

Description

setdiff for data.frames with rows as a element

Usage

setdiff.data.frame(x, y)

Arguments

x

a data.frame.

y

a data.frame.

Value

a data.frame with the rows in x not present in y.


jmaspons/dbTools documentation built on March 10, 2024, 7:30 p.m.