Nping {rneos} | R Documentation |
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 |
nc |
Object of class |
Value
An object of class NeosAns
.
Author(s)
Bernhard Pfaff
References
NEOS API: https://neos-server.org/neos/xml-rpc.html
See Also
NeosAns
, NlistCategories
and
CreateNeosComm
Examples
## Not run:
Nping()
## End(Not run)
[Package rneos version 0.4-0 Index]