ignore: Drop columns in x that are present in y.

View source: R/wrangle.R

ignoreR Documentation

Drop columns in x that are present in y.

Description

Drops columns in x that are present in y.

Usage

ignore(x, y, ...)

Arguments

x

data.frame

y

data.frame

...

ingored

Value

data.frame


wrangle documentation built on Aug. 24, 2023, 9:07 a.m.

Related to ignore in wrangle...