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 Aug. 29, 2023, 11:28 a.m.