label_miss_1d: Label a missing from one column

View source: R/label-miss.R

label_miss_1dR 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)


njtierney/narnia documentation built on March 17, 2024, 1:06 p.m.