match_index {dateutils}R Documentation

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

match_index(c(1,2,3),c(2,3,4)) ## $that_idx: 1 2; $this_idx: 2 3

[Package dateutils version 0.1.5 Index]