#' @rdname predictive_model
#' @export
has_implied_capacity <- function(...) {
reroute(has_implied_capacity_(prep_dots(...)))
}
has_implied_capacity_ <- function(likelihood) {
predictive_model_widget(likelihood, type = "CAP")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.