View source: R/count_bindings.R
set_missing_subjects_row_label | R Documentation |
Set the label for the missing subjects row
set_missing_subjects_row_label(e, missing_subjects_row_label)
e |
A |
missing_subjects_row_label |
A character to label the total row |
The modified count_layer
object
t <- tplyr_table(mtcars, gear) %>%
add_layer(
group_count(cyl) %>%
add_missing_subjects_row() %>%
set_missing_subjects_row_label("Missing")
)
build(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.