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

Covid19

Travis build status CRAN status Lifecycle: stable

The goal of Covid19 is to ...

Installation

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")

Example

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')


kian79/Covid19 documentation built on Jan. 1, 2021, 7:18 a.m.