2.1 Enhancements
- replaced
mutate_each
withmutate_all
to be compatible with newdplyr
release. - can pass functions into stat_summary, eg
stat_summary(fun.y=mean_sd, geom='point')
- data.frames in layers are embedded as structures in verbose outputs, e.g.
geom_point(data=mtcars, aes(cyl, mpg))
will return