Use
is.na()
on a
data.frame
object
USAGE:
is.na.data.frame(x)
This is a method for the function
is.na()
for objects inheriting from class
data.frame
. See
is.na
for the general behavior of this function and for the interpretation of
x
.