isDynamicsActive: Inquires about RedeR current state.

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

Description

Inquires whether 'dynamics' algorithm is active in RedeR application.

Usage

1

Arguments

obj

Object of RedPort Class.

Value

Returns 1<integer> if true, 0<integer> otherwise.

Note

Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').

Author(s)

Mauro Castro

See Also

RedPort

Examples

1
2
3
4
5
6
7
8
9
rdp <- RedPort() 

## Not run: 

  calld(rdp)
  isDynamicsActive(rdp)
    # 1 or 0

## End(Not run)  

RedeR documentation built on Nov. 8, 2020, 7:45 p.m.