From 06dbab609583532c2e20fde3e6c4045ad4b1ef9f Mon Sep 17 00:00:00 2001 From: marjom02 Date: Thu, 20 Jun 2024 16:54:35 +0100 Subject: [PATCH] change to ch name lookup --- R/process_sc_all_care_home.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/process_sc_all_care_home.R b/R/process_sc_all_care_home.R index fcd13fc36..43a3edda1 100644 --- a/R/process_sc_all_care_home.R +++ b/R/process_sc_all_care_home.R @@ -25,7 +25,7 @@ process_sc_all_care_home <- function( data, sc_demog_lookup = read_file(get_sc_demog_lookup_path()) %>% slfhelper::get_chi(), it_chi_deaths_data = read_file(get_slf_chi_deaths_path()), - ch_name_lookup_path = read_file(get_slf_ch_name_lookup_path()), + ch_name_lookup_path = readxl::read_excel(get_slf_ch_name_lookup_path()), spd_path = read_file(get_spd_path()), write_to_disk = TRUE) { ## Data Cleaning-----------------------------------------------------