Open gregmacfarlane opened 7 years ago
If you're adding a vector, should use sum(., na.rm = TRUE) to avoid missing values invalidating the calculation.
sum(., na.rm = TRUE)
If you're adding a vector, should use
sum(., na.rm = TRUE)
to avoid missing values invalidating the calculation.