naniar (version 1.1.0)

label_miss_1d: Label a missing from one column

Description

Label whether a value is missing in a row of one columns.

Usage

label_miss_1d(x1)

Value

a vector indicating whether any of these rows had missing values

Arguments

x1

a variable of a dataframe

See Also

add_any_miss() add_label_missings() add_label_shadow()

Examples

Run this code

label_miss_1d(airquality$Ozone)

Run the code above in your browser using DataLab