Skip to content

Commit

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

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

0 comments on commit 5b59624

Please sign in to comment.