calld {RedeR} | R Documentation |
Method to invoke RedeR application from R.
calld(obj, ...)
obj |
Object of RedPort Class. |
... |
Additional arguments passed to RedeR application. |
Other arguments can be passed to the system in order to open the application.
Path to 'reder.jar' file <string>
Max acceptable lag time for the R-Java callback confirmation (default=20 s) <numeric>
Reports eventual errors from the R-Java callback (default=FALSE) <logical>
Systems call to open RedeR application and XML-RPC server.
Mauro Castro
rdp <- RedPort('MyPort') ## Not run: calld(rdp) ## End(Not run)