checkSubset(x, choices, empty.ok = TRUE)
check_subset(x, choices, empty.ok = TRUE)
assertSubset(x, choices, empty.ok = TRUE, .var.name = vname(x), add = NULL)
assert_subset(x, choices, empty.ok = TRUE, .var.name = vname(x), add = NULL)
testSubset(x, choices, empty.ok = TRUE)
test_subset(x, choices, empty.ok = TRUE)
expect_subset(x, choices, empty.ok = TRUE, info = NULL, label = vname(x))