Extract a vector of regions with the most reported cases in a set time
window.
get_regions_with_most_reports(reported_cases, time_window = 7, no_regions = 6)
A character vector of regions with the highest reported cases
A data frame of confirmed cases (confirm) by date (date), and region (region
).
Numeric, number of days to include from latest date in data. Defaults to 7 days.
Numeric, number of regions to return. Defaults to 6.
Sam Abbott