Learn R Programming

arakno (version 1.3.1)

authors: Get species authors from WSC.

Description

Get species authority from the World Spider Catalogue.

Usage

authors(tax, order = FALSE)

Value

A data.frame with species and authority names.

Arguments

tax

A taxon name or vector with taxa names.

order

Order taxa alphabetically or keep as in tax.

Details

This function will get species authorities from the World Spider Catalogue (2025). Higher taxa will be converted to species names.

References

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

Examples

Run this code
if (FALSE) {
authors("Amphiledorus")
authors(tax = c("Iberesia machadoi", "Nemesia bacelarae", "Amphiledorus ungoliantae"), order = TRUE)
}

Run the code above in your browser using DataLab