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