is.not.na.or.null: Check whether Something is NOT 'NULL' or 'NA'

Description Usage Arguments Value

View source: R/checks.R

Description

Check whether an object is NOT NULL or NA.

Usage

1

Arguments

t

the object to check

Value

TRUE if neither is.na(t) nor is.null(t) holds, FALSE otherwise


thomasWeise/utilizeR documentation built on May 30, 2019, 11:48 a.m.