Closed ecosang closed 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()
This is definitely a good change - many thanks for making our code up-to-date.
In ?mutate_each, we can find