define_object <- function(..., class) {
define_object_(list(...), class)
}
define_object_ <- function(obj, class) {
class(obj) <- class
obj
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.