tableOutput
From shiny v0.9.0
by Winston Chang
Create a table output element
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
mainPanel(
tableOutput("view")
)
Community examples
Looks like there are no examples yet.