Create an assertion that validates the output is one of a set of allowed values.
Usage
assert_one_of(
field = NULL,
values,
ignore_case = FALSE,
type = c("assert", "suggest")
)Create an assertion that validates the output is one of a set of allowed values.
assert_one_of(
field = NULL,
values,
ignore_case = FALSE,
type = c("assert", "suggest")
)