setMethod("bpbackend", "missing",
function(x)
{
x <- registered()[[1]]
bpbackend(x)
})
setReplaceMethod("bpbackend", c("missing", "ANY"),
function(x, value)
{
x <- registered()[[1]]
bpbackend(x) <- value
x
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.