miss_var_which: Which variables contain missing values?

View source: R/where-na.R

miss_var_whichR Documentation

Which variables contain missing values?

Description

It can be helpful when writing other functions to just return the names of the variables that contain missing values. miss_var_which returns a vector of variable names that contain missings. It will return NULL when there are no missings.

Usage

miss_var_which(data)

Arguments

data

a data.frame

Value

character vector of variable names

Examples

miss_var_which(airquality)

miss_var_which(mtcars)


njtierney/ggmissing documentation built on March 19, 2024, 9:40 p.m.