Learn R Programming

RedeR (version 1.20.0)

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

See Also

RedPort

Examples

Run this code
rdp <- RedPort('MyPort')

## Not run: 
# 
#   calld(rdp) 
#   version(rdp)
#     # "RedeR v1.0" 
# ## End(Not run)

Run the code above in your browser using DataLab