Learn R Programming

RedeR (version 1.20.0)

isDynamicsActive: 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 if true, 0 otherwise.

See Also

RedPort

Examples

Run this code
rdp <- RedPort('MyPort') 

## Not run: 
# 
#   calld(rdp)
#   isDynamicsActive (rdp)
#     # 1 or 0
# ## End(Not run)  

Run the code above in your browser using DataLab