Skip to contents

Maximum with NA stripped before computation

Usage

max_na_rm(x)

Arguments

x

An R object.

Value

See max

Examples

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