Get monthly activity and performance measures
Source:R/get-monthly.R
get_activity_performance_monthly.RdGet monthly activity and performance indicators by organisation.
References
NHS England. NHS Talking Therapies Monthly Statistics Including Employment Advisors
NHS England. NHS Talking Therapies Data Quality Note (monthly, quarterly)
Examples
if (FALSE) { # \dontrun{
# Get all monthly periods
activity_df <- get_activity_performance_monthly()
# Get specific monthly periods
activity_df <- get_activity_performance_monthly(periods = c("2025-09", "2025-08"))
# Re-download to get the latest data version
activity_df <- get_activity_performance_monthly(use_cache = FALSE)
} # }