Description Usage Arguments Details Examples
This verb is analogous to summarise_if()
and
mutate_if()
in that it lets you use a predicate on
the columns of a data frame. Only those columns for which the
predicate returns TRUE
will be selected.
1 |
.data |
A local tbl source. |
.predicate |
A predicate function to be applied to the columns
or a logical vector. The columns for which |
... |
Additional arguments passed to |
Predicates can only be used with local sources like a data frame.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.