View source: R/TNRS_metadata.R
TNRS_metadata | R Documentation |
Returns metadata on TNRS including version and citation information
TNRS_metadata(bibtex_file = NULL, skip_internet_check = FALSE)
bibtex_file |
Optional output file for writing bibtex citations. |
skip_internet_check |
Should the check for internet connectivity be skipped? Default is FALSE. |
List containing: (1) bibtex-formatted citation information, (2) information about TNRS data sources, and (3) TNRS 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 TNRS, as the TNRS couldn't exist without these sources!
This function is a wrapper that returns the output of the functions TNRS_citations, TNRS_sources, and TNRS_version.
{
metadata <- TNRS_metadata()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.