Nothing
update.dyn <- function(object, ..., evaluate = TRUE) {
.Class <- class(object) <- setdiff(class(object), "dyn")
call <- NextMethod("update", object, ..., evaluate = FALSE)
class(call$formula) <- c("dyn", class(formula(object)))
if (evaluate)
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.