R/janitor_deprecated.R
add_totals_col.Rd
This function is deprecated, use adorn_totals(where = "col") instead.
adorn_totals(where = "col")
add_totals_col(dat, na.rm = TRUE)
an input data.frame with at least one numeric column.
should missing values (including NaN) be omitted from the calculations?
Returns a data.frame with a totals column containing row-wise sums.