Learn R Programming

naniar (version 0.0.3.9901)

label_missing_1d: label_missing_1d

Description

Label whether a value is missing in either row of two columns. At the moment this is a more appealing alternative to miss_cat, which is at this stage a bit complicated.

Usage

label_missing_1d(x1)

Arguments

x1
a variable of a dataframe

Value

a vector indicating whether any of these rows had missing values

Examples

Run this code

label_missing_1d(airquality$Ozone)

Run the code above in your browser using DataLab