condense.df {reshape}R Documentation

Condense a data frame

Description

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

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.7 Index]