textvenn: textvenn

Description Usage Arguments Value Author(s)

View source: R/textvenn.R

Description

Find setdiff()s and intersection of two vectors

Usage

1
textvenn(A, B, verbose = FALSE, quiet = FALSE)

Arguments

A

vector

B

vector

verbose

if TRUE print all items to screen. Default is FALSE.

quiet

if FALSE (default) report summary counts to screen

Value

invisibly returns a list containing items unique to A, the intersection, and items unique to B

Author(s)

Chris Wallace


chr1swallace/random-functions documentation built on March 6, 2021, 10:56 a.m.