# eBird taxonomy to look up species codes
#
# This creates the taxonomy data frame used by rebird, which
# is stored in 'data/tax.rda'. We update the package in CRAN when
# the eBird taxonomy update is completed, but in the event you need
# to update the taxonomy yourself you can do so by running the code below.
library(rebird)
tax <- ebirdtaxonomy()
usethis::use_data(tax, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.