Skip to content

Commit

Permalink
Merge branch 'main' into dev_nmb
Browse files Browse the repository at this point in the history
  • Loading branch information
nmercadeb committed Apr 27, 2024
2 parents 536552d + a1b72d3 commit 790672e
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 314 deletions.
3 changes: 3 additions & 0 deletions R/intersectCohorts.R
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ joinOverlap <- function(cohort,
date = endDate, number = -gap, interval = "day"
)))
}

x <- x |>
dplyr::relocate(dplyr::all_of(c(by, startDate, endDate)))
return(x)
}

Expand Down
Loading

0 comments on commit 790672e

Please sign in to comment.