dplyr 0.7.0 with great improvements for programming
Dplyr 0.7.0 has been published. One of the greatest improvements is the enhancement for standard evaluation.
Let’s look at an example. Let’s say I want to apply a function to a column of a data.frame. But the name of the data.frame can change from call to call. So the actual column is the value of a string.
Earlier to dplyr 0.7.0 I used the following methods using lazyeval: