shiny (version 0.9.1)

renderTable: Table Output

Description

Creates a reactive table that is suitable for assigning to an output slot.

Usage

renderTable(expr, ..., env = parent.frame(), quoted = FALSE, func = NULL)

Arguments

Details

The corresponding HTML output tag should be div and have the CSS class name shiny-html-output.