btween: Between

Description Usage Arguments Value Examples

Description

This function mimics the SQL between clause and returns a logical indx

Usage

1
btween(x, low, high, ineq = F)

Arguments

x

numeric

low

numeric

high

numeric

ineq

boolean

Value

logical

Examples

1
2
3
4
## Not run: 
btween( 1:10, 5.5, 6.5 )

## End(Not run)

drewgriffith15/griffun documentation built on May 15, 2019, 1:56 p.m.