View source: R/cdc_us_by_cnty.R
cdc_vac_us_by_cnty | R Documentation |
This functions pulls vaccine data for US counties from the CDC. No data is stored within the package, so the data should continuously update over time as long as the links do not change.
cdc_vac_us_by_cnty()
Website:
- CDC COVID Tracker: https://covid.cdc.gov/covid-data-tracker/#datatracker-home
- CDC State Site: https://data.cdc.gov/Vaccinations/COVID-19-Vaccinations-in-the-United-States-County/8xkx-amqh
- Data: https://data.cdc.gov/api/views/8xkx-amqh/rows.csv?accessType=DOWNLOAD
A dataframe/tibble
vac_by_cnty <- R.COVID.19::cdc_vac_us_by_cnty() head(vac_by_cnty)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.