match: High level match function/operator

Description Usage Arguments Value Author(s) See Also

Description

Match values in index

Usage

1
2
match.index(x, table, nomatch = NA)
match.rindex(x, table, nomatch = NA)

Arguments

x

a set of search values

table

an object of class ‘index’ or a simple vector

nomatch

the value to return for non-matches (default NA)

Value

Functions match.index and match.rindex return a vector of original positions (or the nomatch value NA).

Author(s)

Jens Oehlschl<e4>gel

See Also

index, indexFind, indexMatch, match


rindex documentation built on Sept. 1, 2018, 1:04 a.m.

Related to match in rindex...