A function to aggregate WATLAS data over an interval.

wat_agg_data(data, interval = 60)

Arguments

data

Cleaned data to aggregate. Must have a numeric column named time.

interval

The interval in seconds over which to aggregate.

Value

A dataframe aggregated taking the mean over the interval.