Description Usage Arguments Value Examples
View source: R/utility_functions.R
Get the maximum number from a numeric vector with NAs
1 | maximum_num(x)
|
x |
A numeric vector. |
A numeric value representing maximum of all the values excluding NAs.
1 | maximum_num(c(3,5,NA))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.