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