renderHandsontable: Table output, rendered with an interactive handsontable

Description Usage Arguments See Also Examples

View source: R/handsontable.r

Description

Table output, rendered with an interactive handsontable

Usage

1
2
  renderHandsontable(expr, ..., env = parent.frame(),
    quoted = FALSE)

Arguments

expr

An expression that returns a data frame or matrix.

env

The environment in which to evaluate expr.

...

Other properties or elements to include.

See Also

handsontableOutput

Examples

1
2
3
4
5
6
## Not run: 
shinyUI(bootstrapPage(

))

## End(Not run)

wch/shiny-handsontable documentation built on May 4, 2019, 2:02 a.m.