## Function to format variables string in formula
.formatCov <- function(variables) {
if (is.null(variables))
"" else paste0("+", paste(variables, collapse="+"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.