Skip to content

A package in R that downloads the COVID19 data from Johns Hopkins University's COVID-19 Dashboard

License

Unknown, MIT licenses found

Licenses found

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

ottoman91/covid19

Repository files navigation

covid19

The covid19 package provides data in tidy format from the Johns Hopkins COVID19 Dashboard for the Novel Coronavirus Epidemic(COVID-19). The data is pulled daily from the Johns Hopkins University Centre for Systems Science and Engineering repository

Installation

You can install the latest version of the package from Github as follows(package is updated daily):

#install.packages("devtools")
devtools::install_github("ottoman91/covid19")

Data Set

The following is a description of the variables in the covid19 dataset

Variable Definition
country_region Name of Country
province_state Name of province/state, if available
date date at which the number of cases was recorded
lat latitude of the location where the data was recorded
long longitude of the location where the data was recorded
cases number of cases recorded on specific date
status determines whether the cases were for confirmed, recovered, or death

Data Sources

The raw data was pulled and compiled by the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) from the following :

Acknowledgements

This is my first R package, so apologies in advance for any mistakes. The following sources were valuable while I was figuring out how to create this package.

  • Rami Krispin and his coronavirus data package.

  • This talk by Jim Hester on creating your own R package

  • The Package Development Cheat Sheet from RStudio

About

A package in R that downloads the COVID19 data from Johns Hopkins University's COVID-19 Dashboard

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages