calld: Call RedeR app from R.

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

Description

Method to invoke RedeR application from R.

Usage

1
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

1
2
3
4
5
6
7
rdp <- RedPort('MyPort')

## Not run: 

    calld(rdp)

## End(Not run)

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