takes the features of summarize_if
and summarize_at
,
in case we want to combine
both, and supports a formula or function for the .at parameter, which will
be applied on names. Also supports grouping through .by
.
1 2 | summarize_ifx(.tbl, .funs, ..., .at = names(.tbl), .if = ~TRUE,
.by = NULL)
|
.tbl |
A |
.funs |
List of function calls generated by Bare formulas are passed to |
... |
Additional arguments for the function calls in
|
.at |
equivalent of .vars in mutate_at, but enhanced |
.if |
equivalent of .predicate in mutate_if |
.by |
a vector or list of variables as characters or given by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.