Search code examples
rshinypivot-tabledashboardrpivottable

problem with removing Totals in RpivotTable


Can someone please help me in removing Totals coming up in RpivotTable as shown in the diagram. I'm adding the code as well. Stuck on its since long, please guide.

Regards

library(rpivotTable)
rpivotTable(data = mtcars, subtotals = FALSE, rows = c( "cyl"),cols=c("carb"), vals = "mpg", aggregatorName = "Sum", rendererName = "Table", width="50%", height="550px")

enter image description here


Solution

  • The current version of rPivottable doesn’t allow you to remove totals, but the next version likely will.