Skip to content

Commit 736eb64

Browse files
committed
rename jhu_confirmed_cumulative_num to covid_confirmed_cumulative_num
1 parent dba2e30 commit 736eb64

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

R/epiprocess-data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
#' These signals are taken directly from the JHU CSSE \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 GitHub repository} without changes.
208208
#' * Furthermore, the data has been limited to a very small number of rows,
209209
#' formatted into an `epi_df`, and the signal names slightly altered.
210-
"jhu_confirmed_cumulative_num"
210+
"covid_confirmed_cumulative_num"
211211

212212
#' JHU daily COVID-19 cases and deaths rates from all states
213213
#'

R/sysdata.rda

8.21 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library(epidatr)
33

44
d <- as.Date("2024-03-20")
55

6-
jhu_confirmed_cumulative_num <- pub_covidcast(
6+
covid_confirmed_cumulative_num <- pub_covidcast(
77
source = "jhu-csse",
88
signals = "confirmed_cumulative_num",
99
time_type = "day",
@@ -15,4 +15,4 @@ jhu_confirmed_cumulative_num <- pub_covidcast(
1515
select(-direction) %>%
1616
as_tibble()
1717

18-
usethis::use_data(jhu_confirmed_cumulative_num, overwrite = TRUE, compress = "xz")
18+
usethis::use_data(covid_confirmed_cumulative_num, overwrite = TRUE, compress = "xz")
9.15 KB
Binary file not shown.
-9.14 KB
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)