setdiff3: Three-way 'setdiff()' of two collections

View source: R/setdiff3.R

setdiff3R Documentation

Three-way setdiff() of two collections

Description

Three-way setdiff() of two collections

Usage

setdiff3(a, b)

Arguments

a

A collection of R objects.

b

A collection of R objects.

Value

A list with objects only in a, only in b, and in both collections.


tomshafer/tshfr documentation built on Sept. 27, 2022, 2:42 p.m.