setscn: list of all the possible sets between two vectors of colnames

Description Usage Arguments Value Examples

View source: R/sets-setscn.R

Description

list of all the possible sets between two vectors

Usage

1
setscn(x, y)

Arguments

x

the first data.frame

y

the second data.frame

Value

This function returns a list with the three types of sets: the intersect between two vectors of colnames, and the sets exclusive for the one or the other vector of colnames.

Examples

1
2
3
4
## Not run: 
sets(arg1)

## End(Not run)

emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.