Skip to content

Commit

Permalink
Update inst/rmarkdown/templates/transmissibility/skeleton/rmdchunks/E…
Browse files Browse the repository at this point in the history
…piNow2.Rmd

Co-authored-by: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com>
  • Loading branch information
CarmenTamayo and Bisaloo committed May 28, 2024
1 parent 65dbb11 commit c2dcaf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ These analyses present results for stratified incidence, i.e., by `r group_var`.
res_epinow2_group <- dat_i_day %>%
select("date_index", "region", "count") %>%
dplyr::rename(
confirm = .data[["count"]],
confirm = count,
date = date_index,
region = .data[[group_var]]
) %>%
Expand Down

0 comments on commit c2dcaf9

Please sign in to comment.