modelling_formula <- function(response,dependent_vars){
return(as.formula(paste(response,"~",paste(dependent_vars,collapse="+"),sep="")))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.