Diff of /man/fast_aggregate.Rd [000000] .. [9abfcf]

Switch to unified view

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