Gilead-BioStats / gsm

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

Feature: Subdivide Report_StudyInfo() #1820

Closed jonthegeek closed 2 months ago

jonthegeek commented 2 months ago

Feature Details

For {gsm.app}, I'd like to process lStudy (and, optionally, lStudyLabels) the same as in Report_StudyInfo(), but I don't want the exact output used in that report (and definitely not print()ed).

Export a function that returns the prepped data.frame.

Example Code

Possible Implementation

Additional Comments

MAYBE we can make the full thing here in gsm, but it makes sense to me to let me "own" the shiny module version of this over in {gsm.app}.

Related to this ticket: https://github.com/Gilead-BioStats/gsm.app/issues/158