dataone (version 2.2.1)

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)

Arguments

x

The CNode or MNode to list the query engines for.

...

(Not yet used.)

Value

list The list of query engines.

Examples

Run this code
# NOT RUN {
cn <- CNode("STAGING")
engines <- listQueryEngines(cn)
# }

Run the code above in your browser using DataLab