rstudio/gt

Substitute values in summary rows

Opened this issue · 1 comments

Prework

Proposal

sub_values() function only allows to substitute values in body rows. It'll be useful to hide an entire column keeping the column label and the empty cells.

I also agree this would be useful. Please provide more details of your use case!

As a workaround, you can define a function that substitute your desired values (See example in #1440)