common: Find Common Objects from Vectors

Description Usage Arguments Value Examples

View source: R/common.R

Description

Find Common Objects from Vectors

Usage

1

Arguments

...

must be several vectors

Value

common objects

Examples

1
2
3
4
x1=c('a','e','d')
x2=c('a','c','e')
x3=c('a','e','j','d')
common(x1,x2,x3)

yikeshu0611/do documentation built on Aug. 5, 2021, 4:17 p.m.