label_miss_2d {naniar} | R Documentation |
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
label_miss_2d(airquality$Ozone, airquality$Solar.R)
[Package naniar version 1.1.0 Index]