capply {data.cube} | R Documentation |
Wrapper around '[[.cube' and 'j', 'by' arg.
capply(x, MARGIN, FUN, ...)
x |
cube object |
MARGIN |
character or list |
FUN |
function |
... |
arguments passed to *FUN* |
Consider to use data.cube
class objects instead. data.cube
is a set of R6 classes for cube/fact/dimension/etc and will be more actively developed than cube
class.