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; substr


[Package SparkR version 1.6.0 Index]