powered by
Equivalent to which(is.na()) - returns integer locations of missing values.
which(is.na())
which_na(x)
a dataframe
integer locations of missing values.
where_na()
# NOT RUN { which_na(airquality) # }
Run the code above in your browser using DataLab