Nothing
prepEta <- function(parms, trunc_class) {
eta <- structure(parms, class = trunc_class)
if (length(parms) == 1) {
names(eta) <- "eta"
} else {
names(eta) <- paste0("eta", seq_along(parms))
}
eta
}
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.