tab_95s: 95's Table Plot

View source: R/base_plot.R

tab_95sR Documentation

95's Table Plot

Description

This function creates a summary table showing OU progress toward the 95-95-95's

Usage

tab_95s(
  df,
  cntry,
  denom = c("PLHIV", "Relative"),
  grp = c("All", "Female 15+", "Male 15+", "Peds <15"),
  yr = NULL
)

Arguments

df

dataframe from load_unaids

cntry

PEPFAR country to visualize (list OU name)

denom

which denominator/base to use, "PLHIV" (default) or "Relative"

grp

age/sex group, c("All", "Female 15+", "Male 15+", "Peds <15")

yr

year in question, defaults to max year

Value

gt table

See Also

load_unaids()

Examples

 ## Not run: 
   tab_95s(load_unaids(), "Kenya", denom = "PLHIV")
   tab_95s(load_unaids(), "Kenya", denom = "Relative")

## End(Not run)


USAID-OHA-SI/mindthegap documentation built on Jan. 19, 2025, 3:16 a.m.