Table Summary for National Coverage Estimates
Source:R/tbl_sum.indicator_coverage.R
tbl_sum.cd_indicator_coverage.Rdtbl_sum.cd_indicator_coverage generates a summary label for national coverage estimates tables,
providing a clear indication of the data contents. This function is designed to be used as a custom
summary method for objects of class cd_indicator_coverage, creating a consistent table title for
outputs.
Arguments
- x
An object of class
cd_indicator_coverage, typically a data frame or tibble containing national coverage estimates for various health indicators.- ...
Additional arguments passed to
NextMethod()for extending or customizing the summary method.
Value
A named character vector where the first element, "Table", is titled "National Coverage Estimates",
followed by the summary generated by the next method in the class hierarchy.