EVOLUTION-MANAGER
Edit File: summarise_each.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Summarise and mutate multiple columns.</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for summarise_each {dplyr}"><tr><td>summarise_each {dplyr}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Summarise and mutate multiple columns.</h2> <h3>Description</h3> <p><img src="../help/figures/lifecycle-deprecated.svg" alt='Deprecated lifecycle' /> </p> <p><code>mutate_each()</code> and <code>summarise_each()</code> are deprecated in favour of the new <code><a href="across.html">across()</a></code> function that works within <code>summarise()</code> and <code>mutate()</code>. </p> <h3>Usage</h3> <pre> 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) </pre> <hr /><div style="text-align: center;">[Package <em>dplyr</em> version 1.0.2 <a href="00Index.html">Index</a>]</div> </body></html>