rpivotTableOutput: Widget output function for use in Shiny

Description Usage Arguments Examples

Description

Widget output function for use in Shiny

Usage

1
rpivotTableOutput(outputId, width = "100%", height = "500px")

Arguments

outputId

Shiny output ID

width

width default '100%'

height

height default '500px'

Examples

1
2
3
  # A simple example - this goes in the ui part of a shiny application
  
  # rpivotTableOutput("pivot")

ebergel/rpivotNoUI documentation built on May 15, 2019, 7:30 p.m.