Nversion {rneos} | R Documentation |
XML-RPC method version of Neos
Description
This functions calls the XML-RPC method “version()” of NEOS and
returns an object of class NeosAns
, which is a string
containing the version number of the NEOS server.
Usage
Nversion(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
Examples
## Not run:
Nversion()
## End(Not run)
[Package rneos version 0.4-0 Index]