You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
QC Details
Report_MetricTable()
useskableExtra::kbl()
, whileReport_FlagOverTime()
andReport_StudyInfo()
usegt::gt()
(viagsm_gt()
). UpdateReport_MetricTable()
to match.Additional Comments
Note:
Report_FormatFlag()
will have to also be updated to output a format thatgt()
is compatible with (or potentially we need to do something to tell gt that the column contains SVGs).The text was updated successfully, but these errors were encountered: