| cyjShinyOutput | R Documentation | 
Standard shiny ui rendering construct
cyjShinyOutput(outputId, width = "100%", height = "400")
| outputId | the name of the DOM element to create. | 
| width | integer optional initial width of the widget. | 
| height | integer optional initial height of the widget. | 
a reference to an htmlwidget
## Not run: 
mainPanel(cyjShinyOutput("cyjShiny"), width = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.