grapes-btwn-grapes: Between operators

Description Usage Examples

Description

Between operators covering both inclusive and exclusive checks

Usage

1
x %btwn% y

Examples

1
2
3
a <- c(0:10)
a %btwn% c(1,5) # inclusive between (1 and 5 included)
a %_btwn_% c(1,5) # exclusive between (1 and 5 not included)

Prometheus77/actools documentation built on March 7, 2020, 11:01 a.m.