Learn R Programming

RedeR (version 1.20.0)

calld: 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.

Value

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

Details

Other arguments can be passed to the system in order to open the application.
filepath
Path to 'reder.jar' file
maxlag
Max acceptable lag time for the R-Java callback confirmation (default=20 s)
checkcalls
Reports eventual errors from the R-Java callback (default=FALSE)

See Also

RedPort addGraph

Examples

Run this code

rdp <- RedPort('MyPort')

## Not run: 
# 
#     calld(rdp)
# ## End(Not run)

Run the code above in your browser using DataLab