data-lessons / gapminder-R

http://data-lessons.github.io/gapminder-R/
Other
4 stars 9 forks source link

Use `<-` for assignment throughout #37

Open michaellevy opened 7 years ago

michaellevy commented 7 years ago

Use <- for assignment all the way through might help learners distinguish column creation vs data.frame assignment in mutate and summarize.