is.neither.null.nor.na {FinNet}R 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


[Package FinNet version 0.2.1 Index]