Nothing
validateNaturalParms <- function(parms) {
if (!is.null(parms) && any(substring(parms, 1, 3) != "eta")) {
stop("Parameter names must either be empty or start with \"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.