library(data.table)
library(devtools)
elections <- fread("data-raw/elections.csv")
elections$date <- as.Date(elections$date)
use_data(elections, overwrite=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.