as.data.frame.function {plyr} | R Documentation |
Create a new function that returns the existing function wrapped in a data.frame
as.data.frame.function(x, row.names, optional, ...)
x |
|
row.names |
|
optional |
|
... |
This is useful when calling *dply
functions with a function that
returns a vector, and you want the output in rows, rather than columns
Hadley Wickham <h.wickham@gmail.com>