naniar (version 1.1.0)

label_miss_2d: label_miss_2d

Description

Label whether a value is missing in either row of two columns.

Usage

label_miss_2d(x1, x2)

Value

a vector indicating whether any of these rows had missing values

Arguments

x1

a variable of a dataframe

x2

another variable of a dataframe

Examples

Run this code

label_miss_2d(airquality$Ozone, airquality$Solar.R)

Run the code above in your browser using DataLab