isNaN {SparkR}R Documentation

isNaN

Description

Return true iff the column is NaN.

Usage

## S4 method for signature 'Column'
isNaN(x)

isNaN(x)

See Also

Other normal_funcs: abs; bitwiseNOT, bitwiseNOT; expr, expr; greatest, greatest; ifelse; least, least; lit, lit; nanvl, nanvl; negate, negate; randn, randn, randn; rand, rand, rand; when

Examples

## Not run: isNaN(df$c)

[Package SparkR version 1.5.1 Index]