records | R Documentation |
Downloads species or higher taxon data from GBIF and outputs non-duplicate records with geographical coordinates.
records(taxon)
taxon |
Taxon name. |
As always when using data from multiple sources the user should be careful and check if records "make sense". This can be done by either ploting them in a map (e.g. using red::map.draw()) or using red::outliers().
A data.frame with longitude and latitude, plus species names if taxon is above species.
rec = records("Nephila senegalensis")
plot(rec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.