Description Usage Arguments Details Value Note Author(s) See Also
Find (lowest/highest) index positions for set of search values
1 | indexMatch(obj, x, findlow = TRUE, what = c("ind", "pos", "val"))
|
obj |
an object of class ‘index’ |
x |
a vector of search values |
findlow |
FALSE to take highest instance (default TRUE) |
what |
on of |
indexMatch | finding positions of vector of search values |
A vector of index positions (ind), original positions (pos) or values (val).
indexMatch
warns if called on a non-unique index. This warning can be suppressed by giving parameter findlow
explicitely.
Jens Oehlschl<e4>gel
index
, indexFind
, indexFindInterval
, match
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.