Get annual key performance measures including referrals, assessments, treatment completions, recovery rates, and waiting times by organisation
Examples
if (FALSE) { # \dontrun{
# Get all annual periods
key_measures_df <- get_key_measures_annual()
# Get specific annual periods
key_measures_df <- get_key_measures_annual(periods = c("2023-24", "2024-25"))
# Bypass cache to use latest tidying logic
key_measures_df <- get_key_measures_annual(periods = "2023-24", use_cache = FALSE)
} # }