is_null_or_na {codaredistlm} | R Documentation |
Catch NULL, empty and objects containing NAs
Description
Catch NULL, empty and objects containing NAs
Usage
is_null_or_na(x)
Arguments
x |
object to be tested |
Value
Boolean. If object is NULL, empty or contains NA then TRUE returned. FALSE otherwise.
[Package codaredistlm version 0.1.0 Index]