Nping {rneos} | R Documentation |
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.
Nping(convert = TRUE, nc = CreateNeosComm())
convert |
Logical, if |
nc |
Object of class |
An object of class NeosAns
.
Bernhard Pfaff
NEOS API: https://neos-server.org/neos/xml-rpc.html
NeosAns
, NlistCategories
and
CreateNeosComm
## Not run: Nping() ## End(Not run)