calld {RedeR}R Documentation

Call RedeR app from R.

Description

Method to invoke RedeR application from R.

Usage

calld(obj, ...)

Arguments

obj

Object of RedPort Class.

...

Additional arguments passed to RedeR application.

Details

Other arguments can be passed to the system in order to open the application.

filepath

Path to 'reder.jar' file <string>

maxlag

Max acceptable lag time for the R-Java callback confirmation (default=20 s) <numeric>

checkcalls

Reports eventual errors from the R-Java callback (default=FALSE) <logical>

Value

Systems call to open RedeR application and XML-RPC server.

Author(s)

Mauro Castro

See Also

RedPort addGraph

Examples

rdp <- RedPort('MyPort')

## Not run: 

    calld(rdp)

## End(Not run)

[Package RedeR version 1.32.2 Index]