R/widget-has-engineering-score.R

Defines functions has_engineering_score_ has_engineering_score

Documented in has_engineering_score

#' @rdname predictive_model
#' @export
has_engineering_score <- function(...) {
    reroute(has_engineering_score_(prep_dots(...)))
}

has_engineering_score_ <- function(likelihood) {
    predictive_model_widget(likelihood, type = "ENG")
}
tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.