Description Usage Arguments Details Value Examples
get data or metadata given an identifier
| 1 2 3 | 
| id | the identifier of the object of interest | 
| action | return the object itself ('object') or the system metadata ('meta')? Defaults to 'object' | 
| node | the node url of the DataONE node. Be default, uses the central dataone.org node. Usually no need to adjust this. | 
action should be object to download an object itself, including a metadata object (such as an EML xml file). meta allows access to system metadata.
httr "response" object.  Use httr function content to parse
| 1 2 3 4 | ## Not run: 
d1_get("doi:10.5063/AA/wolkovich.24.1")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.