## Read orgmTable.csv to form orgmTxDB data.frame
library(usethis)
orgmTxDB <- read.csv("data-raw/orgmTxDBTable.csv", stringsAsFactors = FALSE)
usethis::use_data(orgmTxDB, overwrite=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.