do (version 1.4.0.0)

common: Find Common Objects from Vectors

Description

Find Common Objects from Vectors

Usage

common(...)

Arguments

...

must be several vectors

Value

common objects

Examples

Run this code
# NOT RUN {
x1=c('a','e','d')
x2=c('a','c','e')
x3=c('a','e','j','d')
common(x1,x2,x3)

# }

Run the code above in your browser using DataLab