#' @title Get JAGS Code from Fitted Model
#'
#' @param object An object of class \code{blsmeta}
#'
#' @return JAGS code printed out.
#' @export
#'
#' @examples
#' library(psymetadata)
#'
#' fit <- blsmeta(yi = yi,
#' vi = vi,
#' mods = ~n,
#' es_id = es_id,
#' data = gnambs2020)
#'
#' get_model(fit)
get_model <- function(object){
cat(object$model_code)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.