rollup: Aggregate Data Over Dimensions

View source: R/agg.R

rollupR Documentation

Aggregate Data Over Dimensions

Description

This function is essentially a wrapper for group_by %>% summarise

Usage

rollup(.data, .dims = NULL, ...)

Arguments

.data

A data frame

.dims

Character vector of column names that represent the data frames dimensions to be grouped by and summarised with the formulas in

...

Named expressions passed to dplyr::summarise()

Value

Data frame


EricLamphere/ezxfig documentation built on Jan. 29, 2023, 1:44 a.m.