powered by
Check presence of missings check presence of missings in a data.frame
# S3 method for data.frame has.missings(x, mc = NULL, ...)
A single true/false response about the presence of any missing value on the whole data set
data, of class data.frame
not used
library(compositions) data(Windarling) has.missings(Windarling) head(Windarling) Windarling[1,1] = NA head(Windarling) has.missings(Windarling)
Run the code above in your browser using DataLab