powered by
A pipe-friendly wrapper of aggregate when using formula as input.
aggregate
do_aggregate(x, ...)
Results from aggregate
an R object
other parameters passed to aggregate
data(ToothGrowth) ToothGrowth |> do_aggregate(len ~ ., mean)
Run the code above in your browser using DataLab