isNULLorNA {toolbox} | R Documentation |
Checks if x is NULL or NA
Description
Checks if x is NULL or NA
Usage
isNULLorNA(x)
Arguments
x |
A object. |
Value
TRUE/FALSE.
Examples
isNULLorNA(NULL)
[Package toolbox version 0.1.1 Index]
isNULLorNA {toolbox} | R Documentation |
Checks if x is NULL or NA
isNULLorNA(x)
x |
A object. |
TRUE/FALSE.
isNULLorNA(NULL)