Skip to content

An R-Package that Fetches Data from Johns Hopkins Data Set and cleans it, with some plotting features

License

Notifications You must be signed in to change notification settings

pariyamd/IranCovid

Repository files navigation

IranCovid

CRAN status Lifecycle: stable

The goal of IranCovid is to fetch Covid-19 data from Johns Hopkins University Covid-19 Data repository and cleans the data. you can also plot pretty figures with IranCovid, like plotting a colorful world map of covid-19 cases or plotting number of cases time series during a period of time for an arbitrary country

Installation

You can install the released version of IranCovid from CRAN with:

install.packages("IranCovid")

Example

This is a basic example which shows you how to plot a world map on 10-20-2020 for covid-19 Confirmed Cases:

library(IranCovid)
## basic example code
IranCovid::CovidWorldMap(10,20,2020,"Confirmed Cases")

and here is your world map figure:

confirmed cases world map

About

An R-Package that Fetches Data from Johns Hopkins Data Set and cleans it, with some plotting features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages