getNeonDOI {neonUtilities} | R Documentation |
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_)
Arguments
dpID |
The data product identifier, formatted as DP#.#####.### [character] |
release |
Name of a specific release, e.g. RELEASE-2022 [character] |
Value
A table of data product IDs and DOIs.
Author(s)
Claire Lunch clunch@battelleecology.org
References
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Examples
## Not run:
# Get all NEON data DOIs
allDOIs <- getNeonDOI()
## End(Not run)
[Package neonUtilities version 2.4.2 Index]