version {RedeR}R Documentation

Version

Description

Check RedeR application version.

Usage

version(obj)

Arguments

obj

Object of RedPort Class.

Value

Returns the version of the current RedeR application that is listening a specified XML-RPC port.

Note

Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').

Author(s)

Mauro Castro

See Also

RedPort

Examples

rdp <- RedPort('MyPort')

## Not run: 

  calld(rdp) 
  version(rdp)

## End(Not run)

[Package RedeR version 1.32.0 Index]