View source: R/semantic_enrich.R
| max_catchNAs | R Documentation |
This low-level function is deployed as part of the semantic enrichment
process.Calculates maximum of values in numeric vector (ignoring NAs). If all
values in input vector are NA, returns NA (rather than -Inf),
max_catchNAs(x)
x |
numeric vector |
maximum value of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.