events <-
function (data.d)
{
event.column <- get.event.column(data.d)
if (is.null(event.column))
stop("Internal error SMRD---cannot find events")
the.events <- data.d[, event.column]
return(the.events)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.