TNRS_synonyms {TNRS} | R Documentation |
Get synonyms for a single species
Description
Get synonyms for a single species
Usage
TNRS_synonyms(
taxonomic_name,
source = "wcvp",
skip_internet_check = FALSE,
...
)
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 |
Value
Dataframe containing synonyms and associated data for a single species.
Note
This function only handles a single source and a single taxonomic name at a time. This is by design.
wfo = World Flora Online, wcvp = World Checklist of Vascular Plants, cact = Cactaceae at Caryophyllales.org
Examples
{
TNRS_synonyms(taxonomic_name = "Sabal palmetto",source = "wfo")
}
[Package TNRS version 0.3.6 Index]