Skip to content

Commit

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


if (!fs::file_exists(get_sandpit_extract_path(type = "demographics"))) {
Expand Down

0 comments on commit 82d3966

Please sign in to comment.