powered by
A function to help add an overall facet to your tables.
real_add_overall_facet(name, label)
Function usable directly as a split function.
(character) Name/virtual 'value' for the new facet.
character
(character) Label for the new facet.
splfun <- make_split_fun(post = list(real_add_overall_facet("Total", "Total")))
Run the code above in your browser using DataLab