fgap_df: filter then group then aggregate then pivot a data frame

Description Usage

View source: R/drilldownDTModule.R

Description

filter then group then aggregate then pivot a data frame

Usage

1
2
fgap_df(df, filters = NULL, group_col, value_col, agg_fn = sum,
  pivot_col = NULL, pivot_fill = NA, transpose = FALSE)

yusuzech/shinyEx documentation built on Nov. 5, 2019, 1:22 p.m.