| nglShinyOutput | R Documentation | 
Standard shiny ui rendering construct
nglShinyOutput(outputId, width = "100%", height = "600px")
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(nglShinyOutput('nglShiny'), width=10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.