outersect_all: Outersect of all vectors

Description Usage Arguments Value Examples

View source: R/outersect_all.R

Description

Outersect of all vectors

Usage

1

Arguments

x

A list, either named or unnamed, of numeric vectors

names

Optional character vector of names for x

Value

List of numeric vectors containing the outersect

Examples

1
outersect_all(list(1:5, 3:6, 2:8), names = c("a", "b", "c"))

JasonDude16/FileCheckR documentation built on Feb. 18, 2022, 1:29 a.m.