rpivotTableOutput: Widget output function for use in Shiny

Description Usage Arguments Examples

View source: R/rpivotTable.R

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

AnnickB/MyPivot documentation built on May 5, 2019, 6:03 a.m.