Skip to content

Commit

Permalink
remove create_person_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Aug 28, 2024
1 parent baadb99 commit bfed637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/process_sc_all_home_care.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ process_sc_all_home_care <- function(
TRUE ~ "HC-Unknown"
)
) %>%
# person_id
create_person_id(type = "SC") %>%
# compute lca variable from sending_location
dplyr::mutate(
sc_send_lca = convert_sc_sending_location_to_lca(.data$sending_location)
Expand Down

0 comments on commit bfed637

Please sign in to comment.