label_miss_1d {naniar} | R Documentation |
Label a missing from one column
Description
Label whether a value is missing in a row of one columns.
Usage
label_miss_1d(x1)
Arguments
x1 |
a variable of a dataframe |
Value
a vector indicating whether any of these rows had missing values
Note
can we generalise label_miss to work for any number of variables?
See Also
add_any_miss()
add_label_missings()
add_label_shadow()
Examples
label_miss_1d(airquality$Ozone)
[Package naniar version 1.1.0 Index]