We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arg_match0()
1 parent 4d47e86 commit 4d15497Copy full SHA for 4d15497
R/tailor.R
@@ -79,8 +79,6 @@ tailor <- function(outcome = NULL, estimate = NULL, probabilities = NULL) {
79
}
80
81
new_tailor <- function(type, adjustments, columns, ptype, call) {
82
- type <- arg_match0(type, c("unknown", "regression", "binary", "multiclass"))
83
-
84
if (!is.list(adjustments)) {
85
cli_abort("The {.arg adjustments} argument should be a list.", call = call)
86
0 commit comments