parse_rulings <- function(data) {
template <- list(
"oracle_id" = as.character,
"source" = as.character,
"published_at" = as.Date,
"comment" = as.character
)
bind_rows(data, template)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.