gadenbuie / covid19-florida-cases-by-day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Florida COVID-19 Cases By Day and County

Packages

library(tidyverse)

# install.packages("geofacet")
library(geofacet)

Data

The data is downloaded from a gadenbuie/covid19-florida, a data repository collecting snapshots of data released by Florida Department of Health. The source data is available frok the FDOH ArcGIS Feature Server.

fl_cases_by_day <- read_csv(
  "https://github.com/gadenbuie/covid19-florida/raw/master/data/covid-19-florida_arcgis_cases-by-day.csv"
)

COVID-19 Cases by County

About