shiny (version 0.8.0)

tableOutput: Create a table output element

Description

Render a renderTable within an application page.

Usage

tableOutput(outputId)

dataTableOutput(outputId)

Arguments

outputId
output variable to read the table from

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 DataCamp Workspace