library(dplyr)
library("taxizedb")
sp <- read.csv("datasets.csv")
# download wikidata (GBIF was too big)
db_download_wikidata(overwrite = FALSE)
src <- src_wikidata()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.