Learn R Programming

dataone (version 2.3.0)

listQueryEngines: 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 D1Node listQueryEngines(x)

Value

list The list of query engines.

Arguments

x

The CNode or MNode to list the query engines for.

...

(Not yet used.)

Examples

Run this code
if (FALSE) {
cn <- CNode("STAGING")
engines <- listQueryEngines(cn)
}

Run the code above in your browser using DataLab