csgillespie / efficientR

Efficient R programming: a book
https://csgillespie.github.io/efficientR/
Other
721 stars 375 forks source link

remove `mutate_each` since it is deprecated #232

Closed ecosang closed 6 years ago

ecosang commented 6 years ago

In ?mutate_each, we can find

mutate_each() and summarise_each() are deprecated in favour of a more featureful family of functions: mutate_all(), mutate_at(), mutate_if(), summarise_all(), summarise_at() and summarise_if()
Robinlovelace commented 6 years ago

This is definitely a good change - many thanks for making our code up-to-date.