getNextPosition: Find the first value in an array that is larger than the...

Description Usage Arguments Value

View source: R/styleParsing.R

Description

getNextPosition is a utility function that helps when parsing strings that contain delimiters.

Usage

1
getNextPosition(positions, afterPosition)

Arguments

positions

An ordered numeric vector.

afterPosition

The value to start searching after.

Value

The first value in the array larger than afterPosition.


basictabler documentation built on June 26, 2021, 5:05 p.m.