Description Details Author(s) References
Facilitates the specification of reactive object bindings based
on binding contracts. That way, an object x can be dynamically
observed by n other objects. Whenever x changes, the
n objects observing x change according to their binding
contracts that can be defined via regular functions (function).
The core functions/methods of this package:
setReactive:
Facilitates the specification of reactive object bindings (S4 method).
setReactive_bare:
Bare S3 version of setReactive. About roughly
10 - 15 faster than the S4 method.
getReactive:
Alternative way of retrieving objects from an environment.
unsetReactive:
Removes reactive binding from an object and turns it into a regularly
assigned object again.
rmReactive:
Removes an reactive object from its environment completely.
This is equivalent to rm with a previous call to
unsetReactive
A more internal but very central function:
getBoilerplateCode:
Function that retrieves boilerplate code as required by
setReactive and makeActiveBinding.
Janko Thyson janko.thyson@rappster.de
http://github.com/Rappster/reactr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.