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


bergsmat/wrangle documentation built on Oct. 27, 2024, 12:13 a.m.