renderFlexTable: FlexTable Output

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
3
4
if( interactive() && require(shiny) ){
  appdir = file.path( find.package("rtable"), "examples/shinydemo" )
  runApp( appdir )
}

davidgohel/rtable documentation built on May 15, 2019, 1:12 a.m.