Learn R Programming

neonUtilities (version 2.4.3)

getCitation: Get a Bibtex citation for NEON data with a DOI, or generate a provisional Bibtex citation

Description

Use the DOI Foundation API to get Bibtex-formatted citations for NEON data, or use a template to generate a Bibtex citation for provisional data. Helper function to download and stacking functions.

Usage

getCitation(dpID = NA_character_, release = NA_character_)

Value

A character string containing the Bibtex citation

Arguments

dpID

The data product ID of the data to be cited [character]

release

The data release to be cited. Can be provisional. [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 the citation for Breeding landbird point counts (DP1.10003.001), RELEASE-2023
cit <- getCitation(dpID="DP1.10003.001", release="RELEASE-2023")
}

Run the code above in your browser using DataLab