Get annual Patient Reported Outcome Measures (PROMs) mean and SD broken down by therapy type, problem descriptor, and providers.
Examples
if (FALSE) { # \dontrun{
# Get all annual periods
proms_df <- get_proms_annual()
# Get specific annual periods
proms_df <- get_proms_annual(periods = c("2023-24", "2024-25"))
# Bypass cache to use latest tidying logic
proms_df <- get_proms_annual(periods = "2023-24", use_cache = FALSE)
} # }