# NOT RUN {
# A simple example - this goes in the server part of a shiny application
# output$pivot <- renderRpivotTable({
# rpivotTable(data = canadianElections , rows = c( "Province"),cols="Party",
# vals = "votes", aggregatorName = "Sum", rendererName = "Table",
# width="100%", height="500px")
# })
# }
Run the code above in your browser using DataLab