Check if an object is not NA
not_na(a)
a
Object to check
TRUE or FALSE
TRUE
FALSE
not_na(NA) not_na(1)