checkChoice(x, choices, null.ok = FALSE, fmatch = FALSE)check_choice(x, choices, null.ok = FALSE, fmatch = FALSE)
assertChoice(x, choices, null.ok = FALSE, fmatch = FALSE,
.var.name = vname(x), add = NULL)
assert_choice(x, choices, null.ok = FALSE, fmatch = FALSE,
.var.name = vname(x), add = NULL)
testChoice(x, choices, null.ok = FALSE, fmatch = FALSE)
test_choice(x, choices, null.ok = FALSE, fmatch = FALSE)
expect_choice(x, choices, null.ok = FALSE, fmatch = FALSE,
info = NULL, label = vname(x))