inrange: Check if the values of a vector v is in the given ranges.

Description Usage Arguments

Description

Check if the values of a vector v is in the given ranges.

Usage

1

Arguments

v

vector numeric

range

A string contains the numeric ranges in a form such as (low, up) for open range and [low, up] for close range. Multiple ranges should be separated by semi-columns which is equivalent to logical OR e.g. (low1, up1); (low2, up2)


cleanEHR documentation built on May 2, 2019, 6:40 a.m.