knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of Covid19 is to ...
You can install the released version of Covid19 from CRAN with:
install.packages("Covid19")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("kian79/Covid19")
This is a basic example which shows you how to solve a common problem:
library(Covid19) ## basic example code plot_country_data(start_date = '2-22-2020', end_date = '10-27-2020', country1 = 'Iran', type1='confirmed') plot_world_map(day1 = 27,month1=10,year1=20,type1='confirmed')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.