naniar (version 0.4.2)

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)

Arguments

x1

a variable of a dataframe

x2

another variable of a dataframe

Value

a vector indicating whether any of these rows had missing values

Examples

Run this code
# NOT RUN {
label_miss_2d(airquality$Ozone, airquality$Solar.R)

# }

Run the code above in your browser using DataLab