Skip to content

Commit e71ecf5

Browse files
author
fullname
committed
Replace typo 2021 21 01 with equivalent 2021 12 31
Thanks @dshemetov for pointing out. Also use the full arg name for `time_values`.
1 parent 057113e commit e71ecf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/day1-afternoon.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,8 +1797,8 @@ x <- pub_covidcast(
17971797
geo_type = "state",
17981798
time_type = "day",
17991799
geo_values = "ma", # Just for MA to keep it simple (& to go with the case data by test date for that state)
1800-
time_value = epirange(20210301, 20212101),
1801-
issues = epirange(20210301, 20212101)
1800+
time_values = epirange(20210301, 20211231),
1801+
issues = epirange(20210301, 20211231)
18021802
) |>
18031803
select(geo_value, time_value,
18041804
version = issue,

0 commit comments

Comments
 (0)