powered by
Query a node for the list of query engines available on the node
listQueryEngines(x, ...)# S4 method for D1Node listQueryEngines(x)
# S4 method for D1Node listQueryEngines(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) # }
Run the code above in your browser using DataLab