listQueryEngines {dataone} | R Documentation |
Query a node for the list of query engines available on the node
Description
Query a node for the list of query engines available on the node
Usage
listQueryEngines(x, ...)
## S4 method for signature 'D1Node'
listQueryEngines(x)
Arguments
x |
The CNode or MNode to list the query engines for. |
... |
(Not yet used.) |
Value
list The list of query engines.
Examples
## Not run:
cn <- CNode("STAGING")
engines <- listQueryEngines(cn)
## End(Not run)
[Package dataone version 2.2.2 Index]