This function generates a table summarizing study metadata as an interactive
gt::gt() wrapped in HTML.
Usage
Report_StudyInfo(
dfGroups,
lStudyLabels = NULL,
strId = "study_table",
tagHeader = htmltools::h2("Study Status"),
lStudy = deprecated()
)Arguments
- dfGroups
data.frameGroup-level metadata dictionary. Created by passing CTMS site and study data toMakeLongMeta(). Expected columns:GroupID,GroupLevel,Param,Value.- lStudyLabels
listA list containing study labels. Default is NULL.- strId
characterA string to identify the output table.- tagHeader
shiny.tagAn HTML tag or tags to use as a header for the table.- lStudy
deprecatedStudy information as a named list.
Value
A htmltools::tagList() to display a table of study information.