knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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") 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.