not_undefined {maybe} | R Documentation |
In this case 'undefined' values include NULL
, NaN
, all NA
variants,
and infinite values.
not_undefined(a)
a |
Object to check |
TRUE
or FALSE
not_undefined(NA)
not_undefined(NULL)
not_undefined(1)