Gilead-BioStats / gsm

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

Feature: Add lStudyInfo param to lData object for reporting yamls #1673

Closed lauramaxwell closed 1 month ago

lauramaxwell commented 1 month ago

Feature Details

move lStudyInfo that was formerly in Report_StudyInfo() to a param in lData so that gilda-specific information is not hard-coded into the {gsm} codebase.

edit ReportStudyInfo() and related reporting workflow functions to accept this param and pass it on appropriately

Example Code

Possible Implementation

add a list of mappings from column name to label that will be used in Report_StudyInfo() to create the study information table at the top of the report document.

Additional Comments

lauramaxwell commented 1 month ago

closed in #1627