taxonomy: Get taxonomy from species.

View source: R/arakno.R

taxonomyR Documentation

Get taxonomy from species.

Description

Get species sub/infraorder, family and genus from the World Spider Catalogue.

Usage

taxonomy(tax, check = FALSE, aut = FALSE, id = FALSE, order = FALSE)

Arguments

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.

Details

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).

Value

A data.frame with species and taxonomy.

References

World Spider Catalog (2022). World Spider Catalog. Version 23.0. Natural History Museum Bern, online at http://wsc.nmbe.ch. doi: 10.24436/2.

Examples

## Not run: 
taxonomy("Symphytognathidae", order = TRUE, aut = TRUE)
taxonomy(c("Nemesia machadoi", "Nemesia bacelari"), check = TRUE, aut = TRUE, id = TRUE)

## End(Not run)

arakno documentation built on Aug. 24, 2022, 1:05 a.m.

Related to taxonomy in arakno...