Description Usage Arguments Value Examples
View source: R/utility_functions.r
Group / Tally / Table
1 | group_tally_table(x, ...)
|
x |
A data frame. |
... |
Unquoted variables to group by. |
A knitr::kable().
1 | group_tally_table(mtcars, cyl, carb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.