| doi,sites-method | R Documentation |
Given complete dataset objects in Neotoma (must have used
get_datasets() or get_downloads()), return the dataset
DOI for the record.
## S4 method for signature 'sites'
doi(x)
x |
a Neotoma2 |
data.frame object with DOIs information.
{
tryCatch({
ds <- get_datasets(1)
doi(ds)
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.