Description Usage Arguments Examples
Widget render function for use in Shiny
1 | renderRpivotTable(expr, env = parent.frame(), quoted = FALSE)
|
expr |
rpivotTable expression |
env |
environment |
quoted |
logical, default = FALSE |
1 2 3 4 5 6 7 | # 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")
# })
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.