Description Usage Arguments Details Value Author(s) Examples
Same as qtable_, except designed for use with dplyr. It takes
unquoted variable names and supports all dplyr select statements, except renaming in
the select statement itself. qtable also looks for dplyr groups if
they are not specified.
1 2 |
df |
A |
... |
Unquoted variable names passed to |
groups |
Variables to group by during aggregation. |
weight |
Name of a variable to weight by. Only used when |
margin |
If |
margin_name |
Optional: Give the margin a different name from "Total". |
wide |
Should a long or a wide table be returned? Wide tables spread levels for
|
Note that groups and weight still have to be character vectors.
Same as qtable.
Kristian D. Olsen
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.