powered by
The listFormats method queries a DataONE Coordinating Node for a list of all entries in the Object Format Vocabulary.
listFormats(x, ...)# S4 method for CNode listFormats(x)
# S4 method for CNode listFormats(x)
Returns a dataframe of all object formats registered in the DataONE Object Format Vocabulary.
a valid CNode object
(Not yet used)
CNode() class description.
CNode()
if (FALSE) { library(dataone) cn <- CNode() formats <- listFormats(cn) }
Run the code above in your browser using DataLab