Skip to content

Commit

Permalink
set column order
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 22, 2024
1 parent fd020b6 commit 5dc48de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/estimate_infections.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ estimate_infections <- function(data,
),
confirm = 0, accumulate = FALSE, breakpoint = 0
),
reported_cases
reported_cases[, .(date, confirm, accumulate, breakpoint)]
))

shifted_cases <- create_shifted_cases(
Expand Down

0 comments on commit 5dc48de

Please sign in to comment.