function_agg | R Documentation |
function_agg
returns the operation of all the values present in its arguments.
function_agg(df, agg, to_agg, ...)
This is a generic function: methods can be defined for it directly or via the
across
group generic. For this to work properly, the arguments
...
should be unnamed, and dispatch is on the first argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.