Look in data-raw/
for details on how this is generated.
get_ifr_raw(region)
A string with the state name, or the FIPS code
A data.frame with two variables: date, value, where value is
the odds ratio on VALUE HERE for that particular day. If region
is specified incorrectly, an error will be thrown.
if (FALSE) {
get_ifr_raw('Connecticut')
get_ifr_raw('09009')
}