renderFlexTable: FlexTable Output

Description Usage Arguments Examples

View source: R/shiny.R

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 )
}

Example output

Loading required package: xtable
Loading required package: ReporteRs
Loading required package: ReporteRsjars
OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack location - find_vma failed

Attaching package: 'rtable'

The following object is masked from 'package:ReporteRs':

    renderFlexTable

Warning message:
system call failed: Cannot allocate memory 

rtable documentation built on May 29, 2017, 9:48 a.m.