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