Description Usage Arguments Value Examples
Pulls out common indices from a number of integer vectors.
1  | 
... | 
 Any number of integer vectors.  | 
An interger vector representing idices that are common among all vectors.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.