[9987e3]: / man / fast_aggregate.Rd

Download this file

16 lines (15 with data), 524 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{fast_aggregate}
\alias{fast_aggregate}
\title{Copy of the aggregate.Matrix function from the Matrix.utils package,
since this is off CRAN and does not seem to be maintained anymore
internally}
\usage{
fast_aggregate(x, groupings = NULL, form = NULL, fun = "sum", ...)
}
\description{
Copy of the aggregate.Matrix function from the Matrix.utils package,
since this is off CRAN and does not seem to be maintained anymore
internally
}