max_na: max with NA handling

Description Usage Arguments Value Examples

View source: R/min_max.R

Description

max with NA handling

Usage

1

Arguments

...

numeric or character vector

Value

maximum or NA if all values are NA

Examples

1
2
max_na(2, 3, NA)
max_na(NA, NA)

jakubnowicki/dibbler documentation built on March 1, 2021, 12:05 a.m.