Nothing
summary.feasible <- function(object, ...) {
s <- attr(object, "summary")
names(s)[names(s) == "Low"] <- "%infeasible"
if (!is.null(s)) s else cat("No summary available.\n")
}
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.