find_na_rows | R Documentation |
Finds rows in a data.frame which contain NA values
find_na_rows(df)
df |
data.frame or tibble |
indexes of rows with NA values
library(delutils)
dat <- data.frame(A=c(NA,2:4), B=c(1:3, NA), C=1:4)
find_na_rows(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.