# formule.r
# written by JuG
# August 05 2019
#' Do something
#' @author JuG
#' @description
#' @param
#' @details
#' @examples
#'
#'
#' @return
#' @export
formule<- function(x){
return(as.formula(paste("~", x)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.