Description Usage Arguments Examples
Widget output function for use in Shiny
| 1 | rpivotTableOutput(outputId, width = "100%", height = "500px")
 | 
| outputId | Shiny output ID | 
| width | width default '100%' | 
| height | height default '500px' | 
| 1 2 3 |   # A simple example - this goes in the ui part of a shiny application
  
  # rpivotTableOutput("pivot")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.