version {RedeR} | R Documentation |
Check RedeR application version.
version(obj)
obj |
Object of RedPort Class. |
Returns the version of the current RedeR application that is listening a specified XML-RPC port.
Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').
Mauro Castro
rdp <- RedPort('MyPort') ## Not run: calld(rdp) version(rdp) ## End(Not run)