indexFind: Low level search

Description Usage Arguments Details Value Author(s) See Also

View source: R/index.R

Description

Find position in index

Usage

1
2
  indexFind(obj, val, findlow = TRUE)
  indexFindlike(obj, val, findlow = TRUE)

Arguments

obj

an object of class ‘index’

val

search value

findlow

FALSE to find highest instance of value (default false)

Details

indexFind finding exact values in index
indexFindlike finding values in index that begin like search value (character indices only)

Value

An integer position of lowest or highest instance of search value

Author(s)

Jens Oehlschl<e4>gel

See Also

index, indexFindInterval, grep


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

Related to indexFind in rindex...