Learn R Programming

neonUtilities (version 2.4.3)

getNeonDOI: Get either a list of NEON DOIs, or the DOI for a specific data product and release

Description

Use the DataCite API to get NEON data DOIs in a user-friendly format

Usage

getNeonDOI(dpID = NA_character_, release = NA_character_)

Value

A table of data product IDs and DOIs.

Arguments

dpID

The data product identifier, formatted as DP#.#####.### [character]

release

Name of a specific release, e.g. RELEASE-2022 [character]

Author

Claire Lunch clunch@battelleecology.org

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007

Examples

Run this code
if (FALSE) {
# Get all NEON data DOIs
allDOIs <- getNeonDOI()
}

Run the code above in your browser using DataLab