.makeSidebar | R Documentation |
Shortcut for making the status sidebar
.makeSidebar(status, key, pwfCols, usePlotly = TRUE)
status |
A data.frame with columns 'Filename' & 'Status' |
key |
A vector of values corresponding to the Filename column |
pwfCols |
An object of class PwfCols |
usePlotly |
If TRUE, output is a plotly panel |
if usePlotly = TRUE
, a plotly object. The sidebar for an interactive plot
showing PASS/WARN/FAIL status for each file. If usePlotly = FALSE
the
underlying ggplot
object will be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.