Download and format data for RSV dynamic transmission model (function)
Source:R/get_data.R
get_data.Rd
Download and format data for RSV dynamic transmission model (function). The function returns a list of 3 items. These will be used in the fit_model() function
Examples
data_california = get_data(state_or_county="state",state_abbr="CA",county_name=NULL)
#> Using the Vintage 2022 Population Estimates
#> Using the Vintage 2022 Population Estimates
data_kingcounty = get_data(state_or_county="county",state_abbr="WA",county_name="King")
#> Using the Vintage 2022 Population Estimates
#> Using the Vintage 2022 Population Estimates