## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----------------------------------------------------------------------------- library(ukhsadatR) get_data( theme = "infectious_disease", sub_theme = "respiratory", topic = "COVID-19", geography_type = "Nation", geography = "England", metric = "COVID-19_cases_casesByDay" ) |> head()