Skip to content

Commit

Permalink
Style code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 authored and github-actions[bot] committed Sep 17, 2024
1 parent 4e3e185 commit 27ac757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/replace_sc_id_with_latest.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ replace_sc_id_with_latest <- function(data) {
return_data <- change_sc_id %>%
# Match back onto data
dplyr::right_join(data,
by = c("sending_location", "chi"),
multiple = "all"
by = c("sending_location", "chi"),
multiple = "all"
) %>%
# Overwrite sc id with the latest
dplyr::mutate(
Expand Down

0 comments on commit 27ac757

Please sign in to comment.