#' get_model
#'
#' @param path path
#'
#' @export
#'
get_model <- function(path) {
assertthat::assert_that(grepl(".rds$", path))
# Read results
readRDS(path)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.