View source: R/utility_math_funs.R
Sum | R Documentation |
overloading function to calculate sum when you have na's in vector
Sum(..., na.rm = T)
... |
same parameters as sum(...) |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
sum with na's ignored
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.