Query a node for the list of query engines available on the node
listQueryEngines(x, ...) ## S4 method for signature 'D1Node' listQueryEngines(x)
x
: The CNode or MNode to list the query engines for....
: (Not yet used.)list The list of query engines.
## Not run: cn <- CNode("STAGING") engines <- listQueryEngines(cn) ## End(Not run)