powered by
Widget output function for use in Shiny
rpivotTableOutput(outputId, width = "100%", height = "500px")
Shiny output ID
width default '100%'
height default '500px'
# NOT RUN { # A simple example - this goes in the ui part of a shiny application # rpivotTableOutput("pivot") # }
Run the code above in your browser using DataLab