label_miss_2d | R Documentation |
Label whether a value is missing in either row of two columns.
label_miss_2d(x1, x2)
x1 |
a variable of a dataframe |
x2 |
another variable of a dataframe |
a vector indicating whether any of these rows had missing values
label_miss_2d(airquality$Ozone, airquality$Solar.R)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.