Learn R Programming

TNRS (version 0.3.6)

TNRS_synonyms: Get synonyms for a single species

Description

Get synonyms for a single species

Usage

TNRS_synonyms(
  taxonomic_name,
  source = "wcvp",
  skip_internet_check = FALSE,
  ...
)

Value

Dataframe containing synonyms and associated data for a single species.

Arguments

taxonomic_name

Data.frame containing a single row and two columns: 1) Row number, 2) Taxonomic name to get synonyms of. Alternatively, a single name cane be supplied as a character string.

source

Character. A single taxonomic source to use. Default is "wcvp". Options include "wfo", "wcvp", and "cact".

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_synonyms(taxonomic_name = "Sabal palmetto",source =  "wfo")

}

Run the code above in your browser using DataLab