renderTable
renderTable(expr, ..., env = parent.frame(), quoted = FALSE, func = NULL)Arguments
| expr | An expression that returns an R object that
  can be used with xtable. | 
|---|---|
| ... | Arguments to be passed through to xtableandprint.xtable. | 
| env | The environment in which to evaluate expr. | 
| quoted | Is expra quoted expression (withquote())? This is useful if you want to save an
  expression in a variable. | 
| func | A function that returns an R object that can
  be used with xtable(deprecated;
  useexprinstead). | 
Table Output
Description
Creates a reactive table that is suitable for assigning to an output
slot.
Details
The corresponding HTML output tag should be div and have the CSS class
name shiny-html-output.