each {plyr} | R Documentation |
Combine multiple functions to a single function returning a named vector of outputs
each(...)
... |
functions to combine |
Each function should produce a single number as output
Hadley Wickham <h.wickham@gmail.com>
each(min, max)(1:10) each(length, mean, var)(rnorm(100))