Skip to contents

Minimum with NA stripped before computation

Usage

min_na_rm(x)

Arguments

x

An R object.

Value

See min

Examples

min_na_rm(c(1, 2, 3, NA, 4))
#> [1] 1