stamp.work {reshape}R Documentation

Stamp work

Description

This is the workhouse that powers the stamp function.

Usage

stamp.work(data, rows = NULL, cols = NULL, fun, margins=NULL, ...)

Arguments

data data frame
rows row variables (character vector)
cols column variables (character vector)
fun stamping function, should take a dataframe as it's first arugment
margins variables to margin over (character vector, or TRUE, for all margins)
... arguments passed to stamping function

Details

You shouldn't call this function, please use stamp instead.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.6.1 Index]