is.neither.null.nor.na: Function to check whether an object is neither 'NA' nor...

View source: R/00.helpers.R

is.neither.null.nor.naR Documentation

Function to check whether an object is neither NA nor NULL

Description

Combines base::is.na(x)|> magrittr::not() and base::is.null(x)|> magrittr::not().

Usage

is.neither.null.nor.na(x)

Arguments

x

Object on which to operate

Value

Logical: TRUE if x is neither NA or NULL, FALSE otherwise.

Author(s)

Telarico, Fabio Ashtar


FinNet documentation built on Oct. 31, 2024, 5:07 p.m.