Description Usage Arguments Details Value See Also Examples
Maintain a tidy data frame when aggregating results.
1 |
... |
Parameters passed to |
When calling multiple functions in a vector, aggregate
nests the output into the dependent variable(s). To maintain a tidy data frame, agg
replicates the procedure of aggregate
and unnests the result.
Data frame.
https://github.com/robertschnitman/afp, aggregate
, do.call
, data.frame
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.