Helper function that will sum values even if we have NA

psum(..., na.rm = FALSE)

Arguments

...

List of integer or numeric

na.rm

Bolean indicating if NA shall be removed

Value

Integer or numeric.

Author

Someone

Examples

if (FALSE) { psum() }