For example ``` iris %>% span(group_by, class = "bg_yellow" )( Species ) %>% summarise_all( mean ) ``` would apply the css class `bg_yellow` to `group_by` and make `span` disappear of the call tree
For example
would apply the css class
bg_yellowtogroup_byand makespandisappear of the call tree