reactiveExpression: Create Reactive Expression

Description Usage Arguments Note Author(s) References See Also Examples

View source: R/reactiveExpression.r

Description

Creates a reactive option expression. This is a convenience/encapsulation wrapper around reactiveExpression.

Usage

1

Arguments

expr

expression (quoted or unquoted).

where

environment. The parent environment for the reactive expression. By default, this is the calling environment, the same as when defining an ordinary non-reactive expression.

Further

arguments to be passed along to subsequent functions. In particular: reactiveExpression.

Note

This is just a temporary solution for facilitating debugging the interaction with and the use of reactiveExpression whose use is the ultimate goal. That is also why the import of shiny is not clearly stated in DESCRIPTION and NAMESPACE.

Author(s)

Janko Thyson janko.thyson@rappster.de

References

http://github.com/Rappster/nestr

See Also

reactiveExpression

Examples

1
2
3
4
5
6
## Not run: 

## TODO: add example


## End(Not run)

rappster/nestr documentation built on May 26, 2019, 11:22 p.m.