Description Public fields Methods
This class transforms inputs into shiny uis.
mbo_plot
(MboPlot)
Object of class MboPlot
.
new()
Creates a new instance of this R6 class.
MboShiny$new(mbo_plot)
mbo_plot
(MboPlot).
generatePlotParamUi()
Generates ui elements of all parameters in the parameter set. The html elements are attached to the object which calls the function.
MboShiny$generatePlotParamUi()
silent
(logical()
)
If TRUE, the output will only be saved in the object and not be returned.
(html
).
generateSummaryTable()
Generates a table of the MboSummary. The html elements are attached to the object which calls the function.
MboShiny$generateSummaryTable()
(html
).
clone()
The objects of this class are cloneable with this method.
MboShiny$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.