set_missing_subjects_row_label {Tplyr} | R Documentation |
Set the label for the missing subjects row
Description
Set the label for the missing subjects row
Usage
set_missing_subjects_row_label(e, missing_subjects_row_label)
Arguments
e |
A |
missing_subjects_row_label |
A character to label the total row |
Value
The modified count_layer
object
Examples
t <- tplyr_table(mtcars, gear) %>%
add_layer(
group_count(cyl) %>%
add_missing_subjects_row() %>%
set_missing_subjects_row_label("Missing")
)
build(t)
[Package Tplyr version 1.2.1 Index]