library(tidyverse)
# install.packages("geofacet")
library(geofacet)
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"
)