How to plot hourly time series data aggregated to weekly or monthly intervals
My tsibble dataset contains hourly data, which I want to aggregate on weekly basis and compute a hourly summary for specified variable.
Then I would like to plot the data using gg_season(variable, period = "day")