doi-sites-method: Obtain dataset DOIs from records.

doi,sites-methodR 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 'sites'
doi(x)

Arguments

x

a Neotoma2 site object

Value

data.frame object with DOIs information.

Examples

## Not run: 
# Get datasets metadata from API and retrieve DOIs
ds <- get_datasets(1)
doi(ds)

## End(Not run)

neotoma2 documentation built on April 24, 2026, 1:06 a.m.