Skip to content

Commit

Permalink
remove extra dd variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Sep 10, 2024
1 parent 97110d9 commit 1bb5fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/link_delayed_discharge_eps.R
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ link_delayed_discharge_eps <- function(
delay_dd,
cij_delay
)) %>%
dplyr::select(-c("has_dd", "delay_dd"))
dplyr::select(-c("has_dd", "delay_dd", "original_admission_date", "amended_dates"))

return(linked_data)
}

0 comments on commit 1bb5fa9

Please sign in to comment.