TNRS_metadata: Get TNRS metadata

View source: R/TNRS_metadata.R

TNRS_metadataR 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()
}


TNRS documentation built on June 24, 2024, 5:19 p.m.