| corona_data | The number of infections with the corresponsing country/... |
| create_day_sequence | Add day column to dataframe (grouped for each country and... |
| create_doubling | Create the doubling rates |
| filter_min_days | Filter dataframe for at least n cases per group |
| lm_corona | Create a growth model |
| merge_data | Merge Infection, Death and Recover datasets |
| pivot_longer_by_date | Pivots date column names into one colum |
| plot_country | Plot the development in a single country |
| plot_growth | Plot the growth curve |
| predict_growth | Estimate and Predict cases based on a corona growth model |
| preprocess_corona_data | Preprocess the corona data for analysis |
| read_corona | Read the corona data |
| read_deaths | Read Corona Death Numbers |
| read_infections | Read Corona Infection Numbers |
| read_raw_corona | Reads a csv with JHU corona data |
| read_recoveries | Read Corona Recovered Numbers |
| rename_corona_data | Rename state and country column |
| specify_countries | Specify the countries to include |
| specify_number | Specify the countries to include |
| specify_statistic | Specify the statistic to analyse |
| util-ggplot | ggplot2 Imports |
| util-pipe | Pipe operator |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.