Skip to contents

Is value non-NA?

Usage

not_na(...)

See also

is_legit

Author

Think.fr

Examples

not_na(c("a", NA))
#> [1]  TRUE FALSE