Skip to contents

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

Usage

min_no_inf(x)

Arguments

x

Vector to return min of

See also

Other helper_funs: max_no_inf()