is.boundedInt: checks whether real value is between min and max

Description Usage Arguments

Description

checks whether real value is between min and max

Usage

1
is.boundedInt(val, min = -Inf, max = Inf, closed = TRUE)

Arguments

val

value to check

min

lower bound

max

upper bound

closed

logical or length-2 logical vector whether range is closed


alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.