ri: Range index

Description Usage Arguments Value Author(s) See Also Examples

Description

A range index can be used to extract or replace a continuous ascending part of the data

Usage

1
2
3
ri(from, to = NULL, maxindex=NA)
## S3 method for class 'ri'
print(x, ...)

Arguments

from

first position

to

last posistion

x

an object of class 'ri'

maxindex

the maximal length of the object-to-be-subscripted (if known)

...

further arguments

Value

A two element integer vector with class 'ri'

Author(s)

Jens Oehlschlägel

See Also

as.hi.ri

Examples

1
 bit(12)[ri(1,6)]

OHDSI/bit documentation built on May 7, 2019, 8:30 p.m.