isNull: Check if value is not valid, it considers Inf, NA, Null NaN

Description Usage Arguments Value Author(s)

View source: R/isNull.R

Description

Recieve an array and matches its elements with arbitrary "nulls".

Usage

1
isNull(x,nulls)

Arguments

x

array with the elements to match. Don't use List nor Dataframes.

nulls

array of "nulls" to be matched with. It takes NA, Inf, -Inf, NULL and NaN as "nulls" by default.

Value

A logical vector with True for the nulls elements' positions. Even if x is a matrix, the return value would be a vector.

Author(s)

Daniel Fischer


danielfm123/dftools documentation built on July 17, 2021, 1 p.m.