Skip to content

Instantly share code, notes, and snippets.

View dylanhmorris's full-sized avatar

Dylan H. Morris dylanhmorris

  • Center for Forecasting and Outbreak Analytics, US Centers for Disease Control and Prevention
View GitHub Profile
library(tidyverse)
library(cowplot)
library(lubridate)
library(zoo)
sgtf_path <- "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1042545/sgtf_regionepicurve_2021-12-19.csv"
sgtf <- read_csv(sgtf_path,
col_types = cols(
specimen_date = col_date())) %>%