Skip to content

Commit

Permalink
use read_excel function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Aug 7, 2024
1 parent fcb1eac commit 1c71d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/process_sc_all_care_home.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ process_sc_all_care_home <- function(
data,
sc_demog_lookup = read_file(get_sc_demog_lookup_path()) %>% slfhelper::get_chi(),
refined_death = read_file(get_combined_slf_deaths_lookup_path()) %>% slfhelper::get_chi(),
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-----------------------------------------------------
Expand Down

0 comments on commit 1c71d78

Please sign in to comment.