modify_columns_and_aggregate: Title

Description Usage Arguments

View source: R/modify_columns_lower_case.R

Description

Title

Usage

1
2
modify_columns_and_aggregate(DT, cols_to_modify, funs_chosen,
  aggregation_functions, aggregation_columns, aggregation_key)

Arguments

DT

data.table; table to aggregate

cols_to_modify

vector of characters; columns to modify by funs_chosen before aggregation

funs_chosen

list of functions; functions applied to data before aggregate

aggregation_functions

list of functions; functions to apply to aggregation_columns, accordingly

aggregation_columns

list of vectors of characters; columns to aggregate

aggregation_key

vector of characters; columns to aggregate by


adambondarzewskiITF/utilitiesAdamExample documentation built on May 7, 2019, 7:44 a.m.