cdc_vac_us_by_cnty: Vaccinations for COVID-19 Counts for US Counties from Center...

View source: R/cdc_us_by_cnty.R

cdc_vac_us_by_cntyR Documentation

Vaccinations for COVID-19 Counts for US Counties from Center for Disease Control (CDC)

Description

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.

Usage

cdc_vac_us_by_cnty()

Details

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

Value

A dataframe/tibble

Examples

vac_by_cnty <- R.COVID.19::cdc_vac_us_by_cnty()
head(vac_by_cnty)


Fredo-XVII/R.COVID.19 documentation built on Aug. 6, 2022, 2:46 p.m.