getBeds: COVID-19 Hospital statistics

Description Usage Arguments Value Examples

View source: R/getBeds.R

Description

COVID-19 Hospital statistics

Usage

1
getBeds(codes = NULL, dates = NULL, indicator = NULL)

Arguments

codes

List or string of country codes

dates

List of dates for which you want the data (you can use the getDays function)

indicator

List of string of the indicator you want. You can have : Daily ICU occupancy (ICU) Weekly new ICU admissions per 100k (ICUPER) Daily hospital occupancy (HOSP) Weekly new hospital admissions per 100k (HOSPPER)

Value

A data frame containing the data for the indicator selected for each countries mentioned

Examples

1
getBeds(codes = c("BE", "FR"), dates = c("2021-01-03", "2021-01-04"), indicator = "icu")

nathanael-g-durst/EuroCovTrackeR documentation built on Dec. 21, 2021, 11:12 p.m.