View source: R/row-functions.R
wilcox_row | R Documentation |
Wilcox test row
wilcox_row(
data_item,
data = NULL,
data_filter = NULL,
row_digits = NULL,
na.rm = TRUE
)
data_item |
item to be taken from data for row |
data |
separate dataset to use |
data_filter |
filter to apply to dataset |
row_digits |
digits for data item (overrides table as a whole) |
na.rm |
whether to remove NA before reporting median and quartiles |
first_table(
mtcars,
.column_variable = am,
wilcox_row(disp, row_digits = 2)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.