isDynamicsActive {RedeR}R Documentation

Inquires about RedeR current state.

Description

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

Usage

isDynamicsActive(obj)

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

rdp <- RedPort() 

## Not run: 

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

## End(Not run)  

[Package RedeR version 1.41.5 Index]