function to compute a rolling fn (rate) of multiple quantities from TS data, eg. fatality and recovery rate
mrollingRates(data = NULL, geo.loc = NULL, fn = mean, period)
data
: time series dataset to considergeo.loc
: country/region to analyzefn
: function to compute rollingperiod
: length of windowUseful links