get_regions_with_most_reports {EpiNow2} | R Documentation |
Get Regions with Most Reported Cases
Description
Extract a vector of regions with the most reported cases in a set time
window.
Usage
get_regions_with_most_reports(data, time_window = 7, no_regions = 6)
Arguments
data |
A |
time_window |
Numeric, number of days to include from latest date in data. Defaults to 7 days. |
no_regions |
Numeric, number of regions to return. Defaults to 6. |
Value
A character vector of regions with the highest reported cases
[Package EpiNow2 version 1.7.1 Index]