diff_tibbles: Remove cols from a tibble that exists in another tibble

View source: R/utils_df.R

diff_tibblesR Documentation

Remove cols from a tibble that exists in another tibble

Description

Remove cols from a tibble that exists in another tibble

Usage

diff_tibbles(tibble_a, tibble_b, ...)

Arguments

tibble_a

A tibble to remove columns from

tibble_b

A tibble to extract columns names from

...

Columns to keep in tibble.

Value

A tibble with some columns removed


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.