stamp.work {reshape} | R Documentation |
This is the workhouse that powers the stamp function.
stamp.work(data, rows = NULL, cols = NULL, fun, margins=NULL, ...)
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 |
You shouldn't call this function, please use stamp
instead.
Hadley Wickham <h.wickham@gmail.com>