Which elements contain missings?
Equivalent to which(is.na())
- returns integer locations of missing values.
which_na(x)
x |
a dataframe |
integer locations of missing values.
which_na(airquality)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.