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

rpivotTable documentation built on May 1, 2019, 9:11 p.m.