View source: R/dispatch_strategy.R
by_group_hack | R Documentation |
This function is a hack to automate the definition of the
argument .group
in
by_group()
.
by_group_hack(.dots)
.dots |
A |
The hack consists in replacing calls to
by_group(...)
by
by_group(.group = group, ...)
if
.group
is not already defined.
A modified lazy_dots
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.