Skip to content

Commit

Permalink
Remove ordering step
Browse files Browse the repository at this point in the history
Co-authored-by: Andree Valle Campos <[email protected]>
  • Loading branch information
adamkucharski and avallecam authored Jun 21, 2024
1 parent 660f59f commit f5bdd58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions analyses/reconstruct_transmission/estimate_infections.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ incidence_data <- incidence2::covidregionaldataUK |>
# Focus on early 2020 period and sort by ascending date
incidence_data <- incidence_data |>
dplyr::filter(date<"2020-07-01" & date>="2020-03-01") |>
arrange(date)
dplyr::filter(date<"2020-07-01" & date>="2020-03-01")
# Preview data
head(incidence_data)
Expand Down

0 comments on commit f5bdd58

Please sign in to comment.