Skip to contents

Custom maximum function which removes missing values but doesn't return Inf if all values are missing (instead returns NA)

Usage

max_no_inf(x)

Arguments

x

Vector to return max of

See also

Other helper_funs: min_no_inf()