#' @title class constructor function
#' @param x object for class creation
#' @export
class_constructor <- function(x) {
structure(x, class = "linreg")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.