Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
36 stars 9 forks source link

QC: Use gt for Report_MetricTable() #1659

Open jonthegeek opened 1 month ago

jonthegeek commented 1 month ago

QC Details

Report_MetricTable() uses kableExtra::kbl(), while Report_FlagOverTime() and Report_StudyInfo() use gt::gt() (via gsm_gt()). Update Report_MetricTable() to match.

Additional Comments

Note: Report_FormatFlag() will have to also be updated to output a format that gt() is compatible with (or potentially we need to do something to tell gt that the column contains SVGs).