lsid: Get species LSID from WSC.

View source: R/arakno.R

lsidR Documentation

Get species LSID from WSC.

Description

Get species LSID from the World Spider Catalogue.

Usage

lsid(tax, order = FALSE)

Arguments

tax

A taxon name or vector with taxa names.

order

Order taxa names alphabetically or keep as in tax.

Details

This function will get species LSID from the World Spider Catalogue (2022). Family and genera names will be converted to species.

Value

A data.frame with species and LSID.

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: 
lsid("Anapistula")
lsid(tax = c("Iberesia machadoi", "Nemesia bacelarae", "Amphiledorus ungoliantae"), order = TRUE)

## End(Not run)

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

Related to lsid in arakno...