sci2comm_s | R Documentation |
Get common names from scientific names.
sci2comm_s(...) ## Default S3 method: sci2comm_s(scinames, db = "worms", simplify = TRUE, ...) ## S3 method for class 'wormsid' sci2comm_s(id, simplify = TRUE, ...)
... |
Further arguments passed on to functions |
scinames |
character; One or more scientific names or partial names. |
db |
character; Data source, only "worms" for now |
simplify |
(logical) If TRUE, simplify output to a vector of names. If FALSE, return variable formats from different sources, usually a data.frame. |
id |
character; identifiers, as returned by |
List of character - vectors.
Scott Chamberlain (myrmecocystus@gmail.com)
## Not run: sci2comm_s(scinames='Squatina squatina', db='worms') # Passing id in, works for sources: itis and ncbi sci2comm_s(get_wormsid('Squatina squatina')) # Don't simplify returned # library("taxize") # sci2comm_s(get_tsn('Helianthus annuus'), simplify=FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.