TNRS_metadata {TNRS} | R Documentation |
Get TNRS metadata
Description
Returns metadata on TNRS including version and citation information
Usage
TNRS_metadata(bibtex_file = NULL, skip_internet_check = FALSE)
Arguments
bibtex_file |
Optional output file for writing bibtex citations. |
skip_internet_check |
Should the check for internet connectivity be skipped? Default is FALSE. |
Value
List containing: (1) bibtex-formatted citation information, (2) information about TNRS data sources, and (3) TNRS version information.
Note
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.
Examples
{
metadata <- TNRS_metadata()
}
[Package TNRS version 0.3.6 Index]