records | R Documentation |
Downloads coordinate data from records in GBIF and the World Spider Trait database.
records(tax, order = FALSE, verbose = TRUE)
tax |
A taxon name or vector with taxa names. |
order |
Order taxa names alphabetically or keep as in tax. |
verbose |
Display information as data are retrieved. |
Outputs non-duplicate records with geographical (long, lat) coordinates. As always when using data from multiple sources the user should be careful and check if records "make sense" before using them.
A data.frame with species name, longitude, latitude, source database and reference.
Pekar et al. (2021). The World Spider Trait database: a centralized global open repository for curated data on spider traits. Database, 2021: baab064. https://doi.org/10.1093/database/baab064
## Not run: records("Pardosa hyperborea") records(tax = c("Pardosa hyperborea", "Anapistula"), order = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.