Skip to content
/ Covid19 Public

Fetches Covid19 data and shows it.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kian79/Covid19

Repository files navigation

Covid19

Travis build status CRAN status Lifecycle: stable

Covid19 is an R package that fetches corona data from John Hopkins University and updates it daily. You can also plot this data in different ways country by country and date by date. The goal of Covid19 is to present the latest corona data in the best, simplest and most comprehensible way possible.

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

About

Fetches Covid19 data and shows it.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published