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}.
Feature Details
For {gsm.app}, I'd like to process
lStudy
(and, optionally,lStudyLabels
) the same as inReport_StudyInfo()
, but I don't want the exact output used in that report (and definitely notprint()
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