doi,site-method {neotoma2} | R Documentation |
Obtain dataset DOIs from records.
Description
Given complete dataset objects in Neotoma (must have used
get_datasets()
or get_downloads()
), return the dataset
DOI for the record.
Usage
## S4 method for signature 'site'
doi(x)
Arguments
x |
a Neotoma2 |
Value
data.frame
object with DOIs information.
Examples
{
ds <- get_datasets(1)
doi(ds)
}
[Package neotoma2 version 1.0.4 Index]