powered by
Standard shiny ui rendering construct
cyjShinyOutput(outputId, width = "100%", height = "400")
a reference to an htmlwidget
the name of the DOM element to create.
integer optional initial width of the widget.
integer optional initial height of the widget.
if (FALSE) { mainPanel(cyjShinyOutput("cyjShiny"), width = 10) }
Run the code above in your browser using DataLab