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 May 29, 2024, 12:29 p.m.

Related to ignore in wrangle...