You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/data.R
+53-49
Original file line number
Diff line number
Diff line change
@@ -1,41 +1,41 @@
1
-
#' Subset of JHU daily state cases and deaths
1
+
#' Subset of JHU daily state cases and deaths
2
2
#'
3
3
#' This data source of confirmed COVID-19 cases and deaths
4
4
#' is based on reports made available by the Center for
5
5
#' Systems Science and Engineering at Johns Hopkins University.
6
-
#' This example data ranges from Mar 1, 2020 to Dec 31, 2021, and is limited to
6
+
#' This example data ranges from Mar 1, 2020 to Dec 31, 2021, and is limited to
7
7
#' California, Florida, Texas, New York, Georgia, and Pennsylvania.
8
8
#'
9
9
#' @format A tibble with 4026 rows and 6 variables:
10
10
#' \describe{
11
-
#' \item{geo_value}{the geographic value associated with each row
11
+
#' \item{geo_value}{the geographic value associated with each row
12
12
#' of measurements.}
13
13
#' \item{time_value}{the time value associated with each row of measurements.}
14
-
#' \item{case_rate_7d_av}{7-day average signal of number of new
14
+
#' \item{case_rate_7d_av}{7-day average signal of number of new
15
15
#' confirmed COVID-19 cases per 100,000 population, daily}
16
-
#' \item{death_rate_7d_av}{7-day average signal of number of new confirmed
16
+
#' \item{death_rate_7d_av}{7-day average signal of number of new confirmed
17
17
#' deaths due to COVID-19 per 100,000 population, daily}
18
18
#' \item{cases}{Number of new confirmed COVID-19 cases, daily}
19
-
#' \item{cases_7d_av}{7-day average signal of number of new confirmed
19
+
#' \item{cases_7d_av}{7-day average signal of number of new confirmed
20
20
#' COVID-19 cases, daily}
21
21
#' }
22
-
#' @source This object contains a modified part of the
22
+
#' @source This object contains a modified part of the
23
23
#' \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University}
24
-
#' as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}.
24
+
#' as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}.
25
25
#' This data set is licensed under the terms of the
26
26
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}
27
27
#' by the Johns Hopkins University on behalf of its Center for Systems Science
28
28
#' in Engineering. Copyright Johns Hopkins University 2020.
29
29
#'
30
30
#' Modifications:
31
-
#' * \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{From the COVIDcast Epidata API}:
32
-
#' These signals are taken directly from the JHU CSSE
0 commit comments