#' @name extract.model
#' @title extract.model
#' @author Félicien Meunier
#' @export
#' @description Returns model
#' @param all.models all.models
#' @param pos pos
extract.model <- function(all.models,
pos){
return(all.models[[pos]])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.