listFormats {dataone} | R Documentation |
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 signature 'CNode'
listFormats(x)
Arguments
x |
a valid CNode object |
... |
(Not yet used) |
Value
Returns a dataframe of all object formats registered in the DataONE Object Format Vocabulary.
See Also
CNode
class description.
Examples
## Not run:
library(dataone)
cn <- CNode()
formats <- listFormats(cn)
## End(Not run)
[Package dataone version 2.2.2 Index]