Returns December 1, 2021 covidestim estimates of state or county effective protection and fraction of the population ever infected.

get_imm_init(region)

Arguments

region

A string with the state name, or the FIPS code

Value

State/county population as a numeric, or an error

Examples

get_imm_init('Connecticut')
#> # A tibble: 1 × 3
#>   location    cum_p_inf_init start_p_imm
#>   <chr>                <dbl>       <dbl>
#> 1 Connecticut          0.484       0.241
get_imm_init('09009')
#> # A tibble: 1 × 3
#>   location cum_p_inf_init start_p_imm
#>   <chr>             <dbl>       <dbl>
#> 1 09009             0.489       0.241