R/widget-has-cnr-score.R

Defines functions has_cnr_score_ has_cnr_score

Documented in has_cnr_score

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

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