rowmeans.Rd
Does what rowMeans()
does but without having to cbind the variables. Makes it easier to use
with the tidyverse
rowmeans(..., na.rm = FALSE)
the variables (unquoted) to be included in the row means
should the missing values be ignored? default is FALSE
the row means