Learn R Programming

rpivotTable (version 0.1.5.20)

rpivotTableOutput: Widget output function for use in Shiny

Description

Widget output function for use in Shiny

Usage

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

Arguments

outputId
Shiny output ID
width
width default '100%'
height
height default '500px'

Examples

Run this code

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


Run the code above in your browser using DataLab