rpivotTableOutput {rpivotTable}R Documentation

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


  # A simple example - this goes in the ui part of a shiny application

  # rpivotTableOutput("pivot")



[Package rpivotTable version 0.3.0 Index]