Arguments
- dfResults
data.frameA stacked summary of analysis pipeline output. Created by passing a list of results returned bySummarize()toBindResults(). Expected columns:GroupID,GroupLevel,Numerator,Denominator,Metric,Score,Flag,MetricID,StudyID,SnapshotDate.- dfMetrics
data.frameMetric-specific metadata for use in charts and reporting. Created by passing anlWorkflowobject toMakeMetric(). Expected columns:File,MetricID,Group,Abbreviation,Metric,Numerator,Denominator,Model,Score, andThreshold. For more details see the Data Model vignette:vignette("DataModel", package = "gsm").- strMetrics
Character vector of
MetricIDs to include indfBounds. All unique values fromdfResults$MetricIDused by default.- dSnapshotDate
Snapshot date. Uses
dfResults$SnapshotDateby default. If more than one snapshot date is found indfResults, a warning is thrown and this function returnsNULL.- strStudyID
Study ID. Uses
dfResults$StudyIDby default. If more than one snapshot date is found indfResults, a warning is thrown and this function returnsNULL.