Skip to content

Commit

Permalink
Update R/read_sc_all_care_home.R
Browse files Browse the repository at this point in the history
Co-authored-by: Jennit07 <[email protected]>
  • Loading branch information
lizihao-anu and Jennit07 authored Oct 11, 2024
1 parent 5b59624 commit e7f2d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_sc_all_care_home.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ read_sc_all_care_home <- function(sc_dvprod_connection = phs_db_connection(dsn =
dplyr::arrange(desc(period)) %>%
dplyr::pull(period) %>%
head(1)
cli::cli_alert_info(stringr::str_glue("Care Home data is up to {latest_quarter}."))
cli::cli_alert_info(stringr::str_glue("Care Home data is available up to {latest_quarter}."))

if (!fs::file_exists(get_sandpit_extract_path(type = "ch"))) {
ch_data %>%
Expand Down

0 comments on commit e7f2d6c

Please sign in to comment.