View source: R/us_states_daily.R
us_states_daily | R Documentation |
This functions pulls death COVID-19 confirmed and death data for US states from The New York Times GitHub repository 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.
us_states_daily()
Website:
- https://github.com/nytimes/covid-19-data
- https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-states.csv
A dataframe/tibble
confirmed_st_daily <- R.COVID.19::us_states_daily() head(confirmed_st_daily)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.