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. Details
The corresponding HTML output tag should be div
and have the CSS class name shiny-html-output.