Learn R Programming

TNRS (version 0.3.6)

TNRS_metadata: Get TNRS metadata

Description

Returns metadata on TNRS including version and citation information

Usage

TNRS_metadata(bibtex_file = NULL, skip_internet_check = FALSE)

Value

List containing: (1) bibtex-formatted citation information, (2) information about TNRS data sources, and (3) TNRS version information.

Arguments

bibtex_file

Optional output file for writing bibtex citations.

skip_internet_check

Should the check for internet connectivity be skipped? Default is FALSE.

Examples

Run this code
{
  metadata <- TNRS_metadata()
}

Run the code above in your browser using DataLab