R/covidestim.R
get_pop.Rd
Returns 2019 census estimate of state or county population.
get_pop(region)
A string with the state name, or the FIPS code
State/county population as a numeric, or an error
get_pop('Connecticut') #> [1] 3565287 get_pop('09009') #> [1] 854757