add_col_totals_dfr: Add column totals for a set of columns in a dataframe without...

Description Usage

View source: R/totals.R

Description

This is the raw version of add_col_totals. It should only be used internally within the package inside functions which provide validation.

Usage

1
2
3
4
5
6
7
8
9
add_col_totals_dfr(
  data,
  from = 2,
  to = ncol(data),
  rows = 1:nrow(data),
  na.rm = FALSE,
  label = "total",
  lcols = 1
)

olihawkins/cltools documentation built on Sept. 14, 2020, 7:25 a.m.