getFormat | R Documentation |
Get information for a single DataONE object format
getFormat(x, ...) ## S4 method for signature 'CNode' getFormat(x, formatId)
x |
A CNode object instance |
... |
(Not yet used) |
formatId |
The formatId to retrieve. |
A dataframe of all object formats registered in the DataONE Object Format Vocabulary.
CNode
class description.
## Not run: library(dataone) cn <- CNode() fmt <- getFormat(cn, "eml://ecoinformatics.org/eml-2.1.0") cat(sprintf("format name: %s\n", fmt$name)) cat(sprintf("format type: %s\n", fmt$type)) cat(sprintf("format Id: %s\n", fmt$id)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.