set_fns: Cumulative set functions.

Description Usage Arguments Value Author(s) See Also Examples

Description

Cumulative set functions.

Usage

1
2
3

Arguments

x

list containing objects to which intersect can be applied

Value

intersection of list objects

Author(s)

Thomas P. Harte

See Also

intersect, Reduce

Examples

1
2
3
4
5
6
7
8
  sets<- list(
      1:3,
      2:4,
      3:5
  )

  unlist(last(Intersect(sets)))
  unlist(last(Union(sets)))

tharte/tutils documentation built on Feb. 11, 2020, 9:17 a.m.