Better Grouped Summaries in dplyr

Win-Vector Blog 2017-07-12

Summary:

For R dplyr users one of the promises of the new rlang/tidyeval system is an improved ability to program over dplyr itself. In particular to add new verbs that encapsulate previously compound steps into better self-documenting atomic steps. Let’s take a look at this capability. First let’s start dplyr. suppressPackageStartupMessages(library("dplyr")) packageVersion("dplyr") ## [1] '0.7.1.9000' A … Continue reading Better Grouped Summaries in dplyr

Link:

http://www.win-vector.com/blog/2017/07/better-grouped-summaries-in-dplyr/

From feeds:

Statistics and Visualization » Win-Vector Blog

Tags:

Authors:

John Mount

Date tagged:

07/12/2017, 23:04

Date published:

07/12/2017, 13:40