View source: R/collapse_vlc_tbl.R
collapse_vlc_tbl | R Documentation |
Helper function to collapse data down by a provided grouping. Used in the creation of the treatment / viral load coverage MDB table.
collapse_vlc_tbl(df, ...)
df |
MSD or Genie data frame |
... |
dot-dot-dot to be used in the grouping option |
collapsed data frame of TX_CURR and TX_PVLS indicators
collapse_base_tbl to see equivalent collapse sequence for core indicators.
Other data frame munging:
collapse_base_tbl()
,
make_mdb_df()
,
make_mdb_tx_df()
,
reshape_mdb_df()
,
reshape_mdb_tx_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.