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