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