Description Usage Arguments Value Note Author(s) See Also Examples
Inquires whether 'dynamics' algorithm is active in RedeR application.
1 | isDynamicsActive(obj)
|
obj |
Object of RedPort Class. |
Returns 1<integer> if true, 0<integer> otherwise.
Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').
Mauro Castro
1 2 3 4 5 6 7 8 9 | rdp <- RedPort()
## Not run:
calld(rdp)
isDynamicsActive(rdp)
# 1 or 0
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.