Description Usage Arguments Value Examples
View source: R/get_indicators.R
Compute the iconic indicators and return as dataframe
1 | get_indicators(RawData)
|
RawData |
dataframe with data and 5 ordered variables, i.e.
|
dataframe with variables:
date: the exact day in the formate "%y-%m-%d" as a character
confirmed: the daily confirmed cases at the given date
recovered: the daily recovered cases at the given date
deaths: the daily deaths at the given daten
cum_confirmed: the cumulative confirmed cases
active_cases: The number of infectious cases in hospital
infection_rate: The daily infection rate
removed_rate: the daily removed rate
1 | indicators <- get_indicators(DemoPreTurningPointsCOVID19::COVID19_CN)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.