get_col_totals_dfr: Get 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 get_col_totals. It should only be used internally within the package inside functions which provide validation.

Usage

1
2
3
4
5
6
7
get_col_totals_dfr(
  data,
  from = 2,
  to = ncol(data),
  rows = 1:nrow(data),
  na.rm = FALSE
)

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