is.neither.null.nor.na {FinNet}R Documentation

Function to check whether an object is neither NA nor NULL

Description

Combines base::is.na()|> magrittr::not() and base::is.null|> 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.1.2 Index]