-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 859 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: covid19
Title: Download COVID19 Data from the Johns Hopkins COVID19 Dashboard
Version: 0.1.0
Authors@R:
person(given = "Usman",
family = "Khaliq",
role = c("aut", "cre"),
email = "[email protected]")
Description: Provides a day-by-day breakdown of the total number of
confirmed, recovered and dead COVID19 cases in each country.
Whenever available, the data also includes these figures divided
by province/state in specific countries. The source of the data is
Johns Hopkins University Centre for Systems Science and Engineering
(JHU CCSE) Coronavirus.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
magrittr,
lubridate,
readr,
tidyr,
dplyr,
here
RoxygenNote: 7.1.0