Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(covid19sf)
The covid19sf package provides a daily summary of the covid19 cases in San Francisco. The package includes the following datasets:
covid19sf_geo
- Confirmed cases and deaths summarized by geographycovid19sf_hospital
- Hospital capacity datacovid19sf_hospitalizations
- Hospitalizations datacovid19sf_housing
- Alternative housing sitescovid19sf_test_loc
- Testing locationscovid19sf_tests
- Daily number of testscovid19sf_vaccine_demo
- Summary of vaccine doses given to San Franciscans by demographics groups (age and race)covid19sf_vaccine_demo_ts
- Time series view of vaccine doses given to San Franciscans by demographics groups (age and race)covid19sf_vaccine_geo
- COVID-19 vaccines given to San Franciscans by geographycovid19sf_population
- COVID-19 cases by population characteristics over timeThe following dataset were deprecated and replaced by the covid19sf_population
dataset:
covid19sf_demo
- Cases summarized by date, transmission and case dispositioncovid19sf_homeless
- Confirmed cases by homelessnesscovid19sf_age
- Cases summarized by age groupcovid19sf_gender
- Confirmed cases summarized by gendercovid19sf_summary
- Cases summarized by date, transmission and case dispositionData soucre: San Francisco, Department of Public Health - Population Health Division through the San Francisco Opne Data protal website
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.