View source: R/TNRS_synonyms.R
TNRS_synonyms | R Documentation |
Get synonyms for a single species
TNRS_synonyms(
taxonomic_name,
source = "wcvp",
skip_internet_check = FALSE,
...
)
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 |
Dataframe containing synonyms and associated data for a single species.
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
{
TNRS_synonyms(taxonomic_name = "Sabal palmetto",source = "wfo")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.