Description Usage Arguments Value Examples
Compute the proportion of items (like dplyr::add_count() does with number of appearances)
1 |
x |
a tbl() to compute proportions |
... |
Variables to group by |
leave_n |
if TRUE will also generate a column named n4prop (FALSE by default). |
name |
The output column name. If omitted, it will be prop. |
A tbl, grouped the same way as x.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.