check_row_na | R Documentation |
Find number of and which rows contain any missingness
check_row_na(data, which)
data |
A data frame or tibble. |
which |
Logical. Should a list be returned with the row numbers corresponding to each row with missingness? Default set to FALSE. |
Either an integer value corresponding to the number of rows in data
with any missingness (if which = FALSE
), or a tibble containing: 1) number of rows in data
with any missingness, and 2) a list of which rows/row numbers contain missingness (if which = TRUE
).
## Not run:
check_row_na(data = any_data_frame, which = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.