Closed lauramaxwell closed 3 months ago
Resolves the bug in #1765 that tables were not rendering in report output.
Also adds the output of Report_MetricTable() to the MakeCharts()/Visualize_Metric() output as metricTable for easier reference in report generation.
Report_MetricTable()
MakeCharts()
Visualize_Metric()
metricTable
Updated relevant documentation to note the addition of metricTable to lCharts list.
lCharts
closes #1765
# Run reports lCharts <- MakeCharts( dfResults = reportingResults, dfGroups = reportingGroups, dfMetrics = reportingMetrics, dfBounds = reportingBounds ) ## check to see that `metricTable` is in lCharts output lCharts$kri0001$metricTable strOutpath <- "StandardSiteReport.html" Report_KRI( lCharts = lCharts, dfResults = reportingResults, dfGroups = reportingGroups, dfMetrics = reportingMetrics, strOutpath = strOutpath )
Notes:
Overview
Resolves the bug in #1765 that tables were not rendering in report output.
Also adds the output of
Report_MetricTable()
to theMakeCharts()
/Visualize_Metric()
output asmetricTable
for easier reference in report generation.Updated relevant documentation to note the addition of
metricTable
tolCharts
list.closes #1765
Test Notes/Sample Code
Notes: