#!/usr/bin/Rscript
library(darwinator)
library(readr)
dwc_terms
message("storing DWC terms locally in terminator.csv")
write_excel_csv(dwc_terms, "terminator.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.