Skip to content

Summarise crashes #208

@hadley

Description

@hadley
library(dplyr)
mtcars_cyl_am <- summarise(group_by(mtcars, cyl, gear), m1 = mean(mpg))
summarise(mtcars_cyl_am, m2 = mean(mpg))

Metadata

Metadata

Labels

bugan unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions