Count Available DHS Indicators
dhs_indicator_count.RdReturns the total number of DHS indicators in the localintel registry, along with the number of thematic domains.
Value
A named list with indicators (total count), domains
(number of domains), and by_domain (counts per domain).
Examples
if (FALSE) { # \dontrun{
n <- dhs_indicator_count()
cat(n$indicators, "DHS indicators across", n$domains, "domains")
} # }