Gilead-BioStats / gsm

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

Incorporate FlagOverTime to standard report #1665

Closed jwildfire closed 1 month ago

jwildfire commented 1 month ago

Overview

Started a PR for adding FlagOverTime to report, but needs some work to finalize ...

So far, I just made some basic updates to get table working with dfResults

Fix #1653 #1664

Test Notes/Sample Code

devtools::load_all()

Report_FlagOverTime(
    dfResults=gsm::sampleResults, 
    dfMetrics = gsm::sampleMetrics
)

Notes:

jwildfire commented 1 month ago

@jonthegeek @lauramaxwell Closing since I don't think there's anything useful in here that isn't covered in other PRs just lmk if I'm missing something and we can consider re-opening.