not_na {maybe} | R Documentation |
Check if an object is not NA
Description
Check if an object is not NA
Usage
not_na(a)
Arguments
a |
Object to check |
Value
TRUE
or FALSE
Examples
not_na(NA)
not_na(1)
[Package maybe version 1.1.0 Index]