The goal of covid19Viewer is to get updated data and plot useful figures
You can install the released version of covid19Viewer from github with:
library(devtools)
install_github("taenayat/covid19Viewer")
This is a basic example which shows you how to create figures:
library(covid19Viewer)
covid_daily_map(date = "20-10-23", type = "deaths")
covid_time_series(country = "Iran", interval_start = "20-05-22") #end of interval is today
#get_covid_data() #to see and work with covid19 data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.