Learn R Programming

dateutils (version 0.1.5)

match_index: Match index values

Description

Match index values of this to that

Usage

match_index(this, that)

Arguments

this

first object

that

second object

Value

A list of indexes indicating the elements that are matched to each other

Examples

Run this code
# NOT RUN {
match_index(c(1,2,3),c(2,3,4)) ## $that_idx: 1 2; $this_idx: 2 3
# }

Run the code above in your browser using DataLab