Description Usage Arguments Details Value Examples
Return the indexes of those values that are missing
1 2 3 4 5 6 7 8 | na_which(x)
## Default S3 method:
na_which(x)
na_which_data.frame(x)
which_na(x)
|
x |
Vector to search for missing values |
Implemented as .
For data.frames:
integer of indexes of x that are NA. The
names of the returned vector are set to the names of x.
that are NA.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.