Learn R Programming

rneos (version 0.4-0)

Nping: XML-RPC method ping of Neos

Description

This functions calls the XML-RPC method “ping()” of NEOS and returns an object of class NeosAns. It is verified that this NeosServer is running and a message ‘NeosServer is alive’ is returned.

Usage

Nping(convert = TRUE, nc = CreateNeosComm())

Arguments

convert

Logical, if convert = TRUE (the default) the value of the returned XML-RPC result is extracted and returned as character, otherwise the XML-RPC string is returned.

nc

Object of class NeosComm: By default, this argument is set by calling CreateNeosComm() and thereby using the default values of this function.

Value

An object of class NeosAns.

References

NEOS API: https://neos-server.org/neos/xml-rpc.html

See Also

'>NeosAns, NlistCategories and CreateNeosComm

Examples

Run this code
# NOT RUN {
Nping()
# }

Run the code above in your browser using DataLab