shiny (version 0.9.1)

tableOutput: Create a table output element

Description

Render a renderTable within an application page.

Usage

tableOutput(outputId)

dataTableOutput(outputId)

Arguments

Value

A table output element that can be included in a panel

Examples

Run this code
mainPanel(
  tableOutput("view")
)

Run the code above in your browser using DataLab