Skip to content

Commit

Permalink
Update R/read_sc_all_home_care.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 e7f2d6c commit fa28172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_sc_all_home_care.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ read_sc_all_home_care <- function(sc_dvprod_connection = phs_db_connection(dsn =
dplyr::arrange(desc(period)) %>%
dplyr::pull(period) %>%
head(1)
cli::cli_alert_info(stringr::str_glue("Home Care data is up to {latest_quarter}."))
cli::cli_alert_info(stringr::str_glue("Home Care data is available up to {latest_quarter}."))

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

0 comments on commit fa28172

Please sign in to comment.