I'm trying to recreate a pivot-table like dataframe in R Studio with the library(pivottabler).
I have managed to recreate it almost exactly the way I would like it, but the current default pivot tables rendered includes the subtotals and totals which I need removed.
Would anyone happen to know any way I can edit the rows within the pivot table rendered?