vplot <- renderVDiagram(data)
r ifelse(!is.null(vplot), excludedConditionsMessage(data), "")
print(vplot)
r ifelse(!is.null(vplot), paste("\n Horizontal red bars at max and min gage height for the period shown.\n"), "")
r ifelse(!is.null(vplot), paste("\n Measurement numbers in blue have publish = false.\n"), "")
r ifelse(!is.null(vplot) && !isEmptyOrBlank(historyMeasurementsLabel(data)), paste(historyMeasurementsLabel(data)), "")
if(!is.null(vplot)){ vdiagramTable(data) }
r if(is.null(vplot)) {paste("No measurements or defined shifts exist during the report period.")}
r printVersionStrings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.