between {SparkR}R Documentation

between

Description

Test if the column is between the lower bound and upper bound, inclusive.

Usage

## S4 method for signature 'Column'
between(x, bounds)

Arguments

bounds

lower and upper bounds

See Also

Other colum_func: alias, cast, otherwise, over, substr


[Package SparkR version 2.0.0 Index]