Learn R Programming

dataone (version 2.3.0)

listFormats: List all object formats registered in DataONE.

Description

The listFormats method queries a DataONE Coordinating Node for a list of all entries in the Object Format Vocabulary.

Usage

listFormats(x, ...)

# S4 method for CNode listFormats(x)

Value

Returns a dataframe of all object formats registered in the DataONE Object Format Vocabulary.

Arguments

x

a valid CNode object

...

(Not yet used)

See Also

CNode() class description.

Examples

Run this code
if (FALSE) {
library(dataone)
cn <- CNode()
formats <- listFormats(cn)
}

Run the code above in your browser using DataLab