Rdocumentation
powered by
Learn R Programming
ggloop (version 0.1.0)
messy_eval: Reduce the amount of code by turning this sequence into a function.
Description
Reduce the amount of code by turning this sequence into a function.
Usage
messy_eval(expr, vars, names_list)
Arguments
expr
Lazy dots.
vars
Variable names
names_list
List of names built from
vars
.
Details
The bulk of this code was taken from the
dply
package.