listFormats | R Documentation |
The listFormats method queries a DataONE Coordinating Node for a list of all entries in the Object Format Vocabulary.
listFormats(x, ...) ## S4 method for signature 'CNode' listFormats(x)
x |
a valid CNode object |
... |
(Not yet used) |
Returns a dataframe of all object formats registered in the DataONE Object Format Vocabulary.
CNode
class description.
## Not run: library(dataone) cn <- CNode() formats <- listFormats(cn) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.