naniar (version 1.1.0)

which_na: Which elements contain missings?

Description

Equivalent to which(is.na()) - returns integer locations of missing values.

Usage

which_na(x)

Value

integer locations of missing values.

Arguments

x

a dataframe

See Also

where_na()

Examples

Run this code

which_na(airquality)

Run the code above in your browser using DataLab