is.na()
on a
factor
object
is.na.factor(x)This is a method for the function
is.na()
for objects inheriting from class
factor
.
is.na.factor
returns is.na(codes(x)).
If you have a factor level named "NA", is.na.factor will not return
T for factor entries with that level.