Learn R Programming

mulset (version 1.0.0)

intersection: A intersection function

Description

intersection() returns all intersections it found.

Usage

intersection(...)

Arguments

...

Vector with master values to check and vector to compare values against

Value

Character vector of all common attributes

Examples

Run this code
# NOT RUN {
input1 <- seq(50, 100, by=10)
input2 <- seq(70, 130, by=10)
intersection(input1, input2)
# }

Run the code above in your browser using DataLab