taxonomy | R Documentation |
Get species sub/infraorder, family and genus from the World Spider Catalogue.
taxonomy(tax, check = FALSE, aut = FALSE, id = FALSE, order = FALSE)
tax |
A taxon name or vector with taxa names. |
check |
species names should be replaced by possible matches in the WSC if outdated. |
aut |
add species authorities. |
id |
the lsid should be returned. |
order |
Order taxa names alphabetically or keep as in tax. |
This function will get species sub/infraorder, family and genus from the World Spider Catalogue (2022). Optionally, it will correct the species names (using function checknames) and provide the lsid and authors from the WSC (using functions lsid and authors).
A data.frame with species and taxonomy.
World Spider Catalog (2022). World Spider Catalog. Version 23.0. Natural History Museum Bern, online at http://wsc.nmbe.ch. doi: 10.24436/2.
## Not run: taxonomy("Symphytognathidae", order = TRUE, aut = TRUE) taxonomy(c("Nemesia machadoi", "Nemesia bacelari"), check = TRUE, aut = TRUE, id = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.