Skip to content

Commit

Permalink
Update R/read_lookup_sc_client.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 94b2c92 commit 6a24726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_lookup_sc_client.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ read_lookup_sc_client <- function(fyyear,
dplyr::arrange(desc(financial_quarter)) %>%
dplyr::pull(financial_quarter) %>%
head(1)
cli::cli_alert_info(stringr::str_glue("Social care client lookup for Year {fyyear} is up to {latest_quarter}."))
cli::cli_alert_info(stringr::str_glue("Social care client data for Year {fyyear} is available up to Q{latest_quarter}."))


if (!fs::file_exists(get_sandpit_extract_path(type = "client", year = fyyear))) {
Expand Down

0 comments on commit 6a24726

Please sign in to comment.