renderRpivotTable: Widget render function for use in Shiny

Description Usage Arguments Examples

Description

Widget render function for use in Shiny

Usage

1
renderRpivotTable(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

rpivotTable expression

env

environment

quoted

logical, default = FALSE

Examples

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")
  # })

DnPeter/rpivotTable documentation built on May 6, 2019, 2:51 p.m.