Nothing
Code
dplyr::slice(as.data.frame(tbl, col_label = FALSE), 2)
Output
label stat_1 stat_2
1 Overall total number of events 7 3
Code
dplyr::slice(as.data.frame(add_hierarchical_count_row(add_overall(tbl0),
.after = 1L), col_label = FALSE), 2)
Output
label stat_0 stat_1 stat_2
1 Overall total number of events 10 7 3
Code
dplyr::slice(as.data.frame(tbl, col_label = FALSE), 2)
Output
label stat_1 stat_2
1 Overall total number of events 14 6
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.