# \donttest{
# example interpolator
meteoland_interpolator_example
# aggregate all dates in the interpolator, calculating the maximum values
summarise_interpolator(meteoland_interpolator_example, fun = "max")
# aggregate weekly, calculating mean values
summarise_interpolator(meteoland_interpolator_example, frequency = "week")
# }
Run the code above in your browser using DataLab