Description
Download Infectious Disease Data from 'SurvStat' (Robert Koch Institute).
Description
Provides an interface to the 'SurvStat' web service from the Robert Koch Institute (<https://tools.rki.de/SurvStat/SurvStatWebService.svc>) allowing downloads of disease time series stratified by pathogen type and subtype, age, and geography from notifiable disease reports in Germany.
README.md
rsurvstat
Get case count data from the Robert Koch Institute SurvStat service.
Installation
In general use rsurvstat is expected to be installed alongside the tidyverse as sf set of packages. It is recommended to install these first.
Binary packages of rsurvstat are available on CRAN and r-universe for macOS and Windows. rsurvstat can be installed from source on Linux.
You can install the released version of rsurvstat from CRAN with:
install.packages("rsurvstat")
Alternative versions of rsurvstat
Early release versions are available on the r-universe. This will typically be more up to date than CRAN.
# Enable repository from the bristol vaccine centre
options(repos = c(
"bristol-vaccine-centre" = 'https://bristol-vaccine-centre.r-universe.dev/',
CRAN = 'https://cloud.r-project.org'))
# Download and install rsurvstat in R
install.packages('rsurvstat')
The unstable development version is available from GitHub with:
# install.packages("devtools")
devtools::install_github("bristol-vaccine-centre/rsurvstat")