rtable (version 0.1.5)

renderFlexTable: FlexTable Output

Description

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

Usage

renderFlexTable(expr, ..., env = parent.frame(), quoted = FALSE)

Arguments

expr
An expression that returns a FlexTable object.
...
not used
env
The environment in which to evaluate expr.
quoted
Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

Examples

Run this code
if( interactive() && require(shiny) ){
  appdir = file.path( find.package("rtable"), "examples/shinydemo" )
  runApp( appdir )
}

Run the code above in your browser using DataCamp Workspace