min_catchNAs {eHDPrep}R Documentation

Find minimum of vector safely

Description

This low-level function is deployed as part of the semantic enrichment process. Calculates minimum of values in numeric vector (ignoring NAs). If all values in numeric vector are NA, returns NA (rather than Inf),

Usage

min_catchNAs(x)

Arguments

x

numeric vector

Value

minimum value of x


[Package eHDPrep version 1.3.3 Index]