match_index: Match index values

Description Usage Arguments Value Examples

View source: R/seas_utils.R

Description

Match index values of this to that

Usage

1
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

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

dateutils documentation built on Nov. 10, 2021, 5:09 p.m.