my_summarise {EEAaq} | R Documentation |
Aggregate data based on a specific statistic
Description
Given data and the aggregation function desired, this function compute a time aggregation of the data.
Usage
my_summarise(data, fun_aggr)
Arguments
data |
An |
fun_aggr |
Vector character containing the aggregation function for which to time aggregate. |
Value
A tibble with the required aggregation.
[Package EEAaq version 0.0.3 Index]