Learn R Programming

TNRS (version 0.3.6)

TNRS_version: Get metadata on current TNRS version

Description

Return metadata about the current TNRS version

Usage

TNRS_version(skip_internet_check = FALSE, ...)

Value

Dataframe containing current TNRS version number, build date, and code version.

Arguments

skip_internet_check

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

...

Additional parameters passed to internal functions

Examples

Run this code
{
  TNRS_version_metadata <- TNRS_version()
}

Run the code above in your browser using DataLab