setMethod("bpworkers", "missing",
function(x)
{
x <- registered()[[1]]
bpworkers(x)
})
bpnworkers <- function(x) {
n <- bpworkers(x)
if (!is.numeric(n))
n <- length(n)
n
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.