Skip to content

Commit

Permalink
set complete dates with incidence2 for EpiNow2 input
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Feb 26, 2025
1 parent 6f0453e commit 34f592f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ dat_incidence <- dat_linelist %>%
# rename column outputs for interoperability with {epinow2}
date_names_to = "date",
count_values_to = "confirm",
complete_dates = TRUE
) %>%
# keep date range between June and November 2014
dplyr::filter(date>="2014-06-01" & date<"2014-10-01") %>%
Expand Down

0 comments on commit 34f592f

Please sign in to comment.