reactiveOption: Create Reactive Option

Description Usage Arguments Author(s) References See Also Examples

Description

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

Usage

1
reactiveOption(expr, where = parent.frame(), ...)

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.

Author(s)

Janko Thyson janko.thyson@gmail.com

References

http://github.com/Rappster/optionr

See Also

reactiveExpression

Examples

1
2
3
4
5
6
## Not run: 

## TODO: add example


## End(Not run)

rappster/optionr documentation built on May 26, 2019, 11:23 p.m.