synonyms_s | R Documentation |
Retrieve synonyms from various sources given input taxonomic names or identifiers.
synonyms_s(...) ## Default S3 method: synonyms_s(x, db = NULL, ...) ## S3 method for class 'wormsid' synonyms_s(id, ...)
... |
Other passed arguments. |
x |
character; taxons to query. |
db |
character; database to query. Only |
id |
character; identifiers, returned by |
A named list of data.frames with the synonyms of every supplied taxa.
If IDs are supplied directly (not from the get_*
functions) you
must specify the type of ID.
get_wormsid
## Not run: # Plug in taxon names directly synonyms_s("Salvelinus fontinalis", db='worms') # Use methods for get_wormsid synonyms_s(get_wormsid("Salvelinus fontinalis")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.