Nothing
update.sbchoice <- function(object, new, evaluate = TRUE, ...)
{
call <- getCall(object)
if (!missing(new)) {
call$formula <- update(object$formula, new)
}
if (evaluate == TRUE) {
eval(call, parent.frame())
} else {
call
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.