renderFlexTable
From ReporteRs v0.8.10
by David Gohel
FlexTable output for shiny
Creates a reactive FlexTable that is suitable for
assigning to a tableOutput
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 (withquote()
)? This is useful if you want to save an expression in a variable.
Community examples
Looks like there are no examples yet.