2.1 Enhancements
- replaced
mutate_eachwithmutate_allto be compatible with newdplyrrelease. - 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