Skip to content

Commit

Permalink
add namespace to avoid error in code run
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Oct 3, 2024
1 parent 3a6b4b6 commit 3ec490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/reconstruct_transmission/estimate_infections.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ incidence_data <- incidence2::covidregionaldataUK |>
date_names_to = "date",
complete_dates = TRUE
) |>
select(-count_variable)
dplyr::select(-count_variable)
# Focus on early 2020 period and sort by ascending date
incidence_data <- incidence_data |>
Expand Down

0 comments on commit 3ec490a

Please sign in to comment.