Get monthly activity and performance measures
Source:R/get-monthly.R
get_activity_performance_monthly.RdGet monthly activity and performance indicators by organisation.
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"))
# Bypass cache to use latest tidying logic
activity_df <- get_activity_performance_monthly(periods = "2025-09", use_cache = FALSE)
} # }