condense.df {reshape} | R Documentation |
Condense a data frame
Description
Condense
Usage
condense.df(data, variables, fun, ...)
Arguments
data |
data frame |
variables |
character vector of variables to condense over |
fun |
function to condense with |
... |
arguments passed to condensing function |
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]