View source: R/deprec-lazyeval.R
summarise_each | R Documentation |
mutate_each()
and summarise_each()
are deprecated in favour of
the new across()
function that works within summarise()
and mutate()
.
summarise_each(tbl, funs, ...)
summarise_each_(tbl, funs, vars)
mutate_each(tbl, funs, ...)
mutate_each_(tbl, funs, vars)
summarize_each(tbl, funs, ...)
summarize_each_(tbl, funs, vars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.