shiny (version 0.2.3)

reactiveTable: Table Output

Description

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

Usage

reactiveTable(func, ...)

Arguments

func
A function that returns an R object that can be used with xtable.
...
Arguments to be passed through to xtable and print.xtable.

Details

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