dfe-analytical-services / r-training-course

Introductory training course for R, using the published School Workforce Census
https://dfe-analytical-services.github.io/r-training-course/
4 stars 1 forks source link

Data manipulation restricted to one chapter #16

Closed TomFranklin closed 5 years ago

TomFranklin commented 6 years ago

I think it'd be helpful for data manipulation to be just kept in one chapter and to include additional functionality such as:

matt-dray commented 6 years ago

Yep.

What about the *_at(), *_if() variants of mutate, etc? Too much to handle this early on? Maybe put it in a tip box.

TomFranklin commented 6 years ago

Yes agree with all the above, to be honest, I've never used _at() or _if()! I could use a tip with those haha

adamrobinson361 commented 6 years ago

At and if are really useful! One reference and an quick example could save people loads of time going forward!

matt-dray commented 5 years ago

See here for some code for ideas on tidyverse functions with the SWFC data, covering select, mutate, filter, *_join, group_by, summarise: https://github.com/matt-dray/r-training-eyssar/blob/master/180618_training-doc.R