outputIdxCombiner: outputIdxCombiner

Description Usage Arguments Value Examples

Description

Pulls out common indices from a number of integer vectors.

Usage

1

Arguments

...

Any number of integer vectors.

Value

An interger vector representing idices that are common among all vectors.

Examples

1
2
3
4
5
## Not run: 
#Outputs an integer vector containing 7,8,9,10.
  combined_indices <- outputIdxCombiner(c(1:10),c(7:13))
  
## End(Not run)

Rapex2017/apexsensun documentation built on May 4, 2019, 6:39 p.m.