Skip to content

silverfoxdoc/UKHSAdashR

 
 

Repository files navigation

UKHSA Data Dashboard API R Wrapper

This is a wrapper for the UKHSA Data Dashboard API, so that this data can be easily imported natively into R.

Further detailed documentation on the UKHSA data dashboard API is available here.

This package is based upon the ukcovid19 package previously published by Public Health England; the source code for this package is housed here.

Installation

At present this package is only available on github and can be installed as follows:

remotes::install_github("silverfoxdoc/UKHSAdashR")

Pagination

This API wrapper will bypass the pagination process and always download the full dataset for the specified metric, however, only a single metric can be downloaded at a time.

Example

To obtain the daily reported cases of COVID-19, use the following:

get_data(
  theme = "infectious_disease",
  sub_theme = "respiratory",
  topic = "COVID-19",
  geography_type = "Nation",
  geography = "England",
  metric = "COVID-19_cases_casesByDay"
)

About

R wrapper for UKHSA Data Dashboard API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%