Learn R Programming

dataone (version 2.3.0)

getCapabilities: Get the node capabilities description, and store the information in the MNode.

Description

Access the DataONE getCapabilities() service for the Member Node, which returns an XML description of the repository and the services it offers.

Usage

getCapabilities(x, ...)

# S4 method for MNode getCapabilities(x)

Value

an XMLInternalDocument object representing the DataONE environment

Arguments

x

The node identifier with which this node is registered in DataONE

...

(Not yet used.)

See Also

Examples

Run this code
if (FALSE) {
library(dataone)
cn <- CNode()
mn <- getMNode(cn, "urn:node:KNB")
xml <- getCapabilities(mn)
}

Run the code above in your browser using DataLab