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

View source: R/getCitation.R

getCitationR Documentation

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_)

Arguments

dpID

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

release

The data release to be cited. Can be provisional. [character]

Value

A character string containing the Bibtex citation

Author(s)

Claire Lunch clunch@battelleecology.org

References

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

Examples

## Not run: 
# Get the citation for Breeding landbird point counts (DP1.10003.001), RELEASE-2023
cit <- getCitation(dpID="DP1.10003.001", release="RELEASE-2023")

## End(Not run)

neonUtilities documentation built on Oct. 18, 2023, 9:09 a.m.