recip_anti: Print values in vector 1 that are not in vector 2.

View source: R/recip_anti.R

recip_antiR Documentation

Print values in vector 1 that are not in vector 2.

Description

see tidyExt vignette

Usage

recip_anti(x_vec, y_vec)

Arguments

x_vec

vector of elements of any type

y_vec

vector of elements of any type

Value

A tibble.

Examples

recip_anti(x_vec= c('apple', 'banana','pear'), y_vec = c('banana','peach'))


bansell/tidyExt documentation built on July 12, 2024, 12:58 p.m.