The goal of covid19 is to visualize Covid-19 pandemic trends based on updated, clean data
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Ashkan-nmt/covid19")
This is a basic example which shows you how to solve a common problem:
library(covid19)
covid_world_map("2020-10-20","death")
#> 182 codes from your data successfully matched countries in the map
#> 8 codes from your data failed to match with a country code in the map
#> 61 codes from the map weren't represented in your data
covid_country_plot("Iran","2020-03-01","2020-10-25")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.