NSR_metadata {NSR} | R Documentation |
Returns metadata on NSR including version and citation information
NSR_metadata(bibtex_file = NULL, ...)
bibtex_file |
Optional output file for writing bibtex citations. |
... |
Additional arguments passed to internal functions. |
List containing: (1) bibtex-formatted citation information, (2) information about NSR data sources, and (3) NSR version information.
This function provides citation information in bibtex format that can be used with reference manager software (e.g. Paperpile, Zotero). Please remember to cite both the sources and the NSR, as the NSR couldn't exist without these sources!
This function is a wrapper that returns the output of the functions NSR_citations, NSR_sources, and NSR_version.
{
metadata <- NSR_metadata()
}