View source: R/owid_vac_us_by_state.R
owid_vac_us_by_state | R Documentation |
This functions pulls COVID-19 vaccine data for US states from Our World in Data website GitHub repository and downloads it. No data is stored within the package, so the data should continuously update over time as long as the links do not change.
owid_vac_us_by_state()
Website:
- https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations
- https://raw.githubusercontent.com/owid/covid-19-data/master/public/data/vaccinations/us_state_vaccinations.csv
A dataframe/tibble
confirmed_st_daily <- R.COVID.19::owid_vac_us_by_state() head(confirmed_st_daily)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.