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