View source: R/deprec-lazyeval.R
mutate_each()
and summarise_each()
are deprecated in favour of
the new across()
function that works within summarise()
and mutate()
.
1 2 3 4 5 6 7 8 9 10 11 | 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.