resolve | R Documentation |
Returns a list of nodes (MNs or CNs) known to hold copies of the object identified by id.
resolve(x, ...) ## S4 method for signature 'CNode' resolve(x, pid)
x |
a valid CNode object |
... |
Additional arguments (not yet used). |
pid |
the id of the identified object |
A list of URLs that the object can be downloaded from, or NULL if the object is not found.
## Not run: library(dataone) cn <- CNode("STAGING") id <- "doi:10.6073/pasta/9a27a1615e8e4c366ad09fefbfa2fced" locations <- resolve(cn,id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.